@import url(animate.css);html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

.img100k {
}

.img100k img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.mt30 {
    margin-top: 30px;
}

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.zhengwen {
    font-size: 16px;
    line-height: 2em;
}

.zhengwen img {
    max-width: 100%;
    height: auto;
}

.zhengwenb {
    font-size: 16px;
    line-height: 2em;
}

.zhengwenb img {
    border: 20px solid #ccc;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px;
    max-width: 100%;
    height: auto;
}

.delay1,.delay5 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.delay2,.delay6 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay3,.delay7 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay4,.delay8 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.newdelay1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.newdelay2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.newdelay3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.newdelay4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.newdelay5 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.newdelay6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.newdelay7 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(http://www.china71.com/static/default/web/images/icos.png);
    *text-indent: 0;
    *zoom:expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '\3000');}

.ico:before {
    content: '\3000';
}

.ico1_2 {
    background-position: -20px 0;
}

.ico1_3 {
    background-position: -40px 0;
}

.ico1_4 {
    background-position: -60px 0;
}

.ico1_5 {
    background-position: -80px 0;
}

.ico2_1 {
    background-position: 0 -20px;
}

.ico2_2 {
    background-position: -20px -20px;
}

.ico2_3 {
    background-position: -40px -20px;
}

.ico2_4 {
    background-position: -60px -20px;
}

.ico2_5 {
    background-position: -80px -20px;
}

.ico3_1 {
    background-position: 0 -40px;
}

.ico3_2 {
    background-position: -20px -40px;
}

.ico3_3 {
    background-position: -40px -40px;
}

.ico3_4 {
    background-position: -60px -40px;
}

.ico3_5 {
    background-position: -80px -40px;
}

.ico4_1 {
    background-position: 0 -60px;
}

.ico4_2 {
    background-position: -20px -60px;
}

.ico4_3 {
    background-position: -40px -60px;
}

.ico4_4 {
    background-position: -60px -60px;
}

.ico4_5 {
    background-position: -80px -60px;
}

html {
    overflow-x: auto;
}

html,body,.wrap {
    min-width: 0;
}

.wrap {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

body {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    background: #fff;
    overflow-x: hidden;
}

a {
    color: inherit;
}

a:hover {
    color: #2f67e2;
}

::-moz-selection {
    color: #fff;
    background: #2f67e2;
}

::selection {
    color: #fff;
    background: #2f67e2;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}

.form-control,.input-group-addon,.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px rgba(102,175,233,0.6);
}

.imgZoom img,.imgY180 img {
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rotation {
    -webkit-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateZ(0deg)
    }

    100% {
        -webkit-transform: rotateZ(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.sr .anim {
    visibility: hidden;
}

.ie10_below .anim {
    visibility: visible;
}

a.atel {
    cursor: default;
}

.slide_nav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.slide_nav::-webkit-scrollbar-track {
    background-color: #808080;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.slide_nav::-webkit-scrollbar-thumb {
    background-color: #ff4400;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.bigImgNavs::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.bigImgNavs::-webkit-scrollbar-track {
    background-color: #808080;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.bigImgNavs::-webkit-scrollbar-thumb {
    background-color: #ff4400;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.pageHeader {
    background-color: #fff;
    position: relative;
    z-index: 51;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pageHeader .wrap {
    position: relative;
    padding: 0 210px 0 195px;
    min-height: 75px;
}

.pageHeader .logo {
    padding: 15px 0;
    height: 45px;
    position: absolute;
    left: 45px;
    top: 0;
}

.nav {
    float: right;
    width: 65%;
}

.nav > ul {
    *zoom:1;*clear: both;
}

.nav > ul:before,.nav > ul:after {
    display: table;
    clear: both;
    content: '';
}

.nav > ul > li {
    width: 13%;
    float: left;
    margin-left: 1%;
    position: relative;
}

.nav > ul > li > a {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    line-height: 75px;
    height: 75px;
    position: relative;
    font-weight: bold;
    color: #313131;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #f08200;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.nav > ul > li.cur > a:after,.nav > ul > li:hover > a:after {
    width: 100%;
    left: 0;
}

.nav > ul > li.cur > a,.nav > ul > li:hover > a {
    color: #2f67e2;
}

.nav > ul ul {
    width: 225px;
    border: #ccc 0px solid;
    border-top: #2f67e2 0px solid;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -112px;
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
    -o-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
    transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
}

.nav > ul ul li:first-child {
    border-top: #2f67e2 2px solid;
}

.nav > ul ul li:last-child {
    border-bottom: #ccc 1px solid;
}

.nav > ul ul a {
    display: block;
    line-height: 24px;
    padding: 8px 35px;
    font-size: 13px;
    position: relative;
}

.nav > ul ul a:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    overflow: hidden;
    background: url(http://www.china71.com/static/default/web/images/nav_arr.png) -10px 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav > ul ul a:hover {
    background-color: #f9f9f9;
}

.nav > ul ul a:hover:after {
    background-position: 0 0;
}

.nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}

.digital_head .nav {
    width: 75%;
}

.news_dgt_vr .subnavs .inner_wrap .fix a {
    padding: 0 0;
}

.channelHeader .wrap {
    padding-right: 80px;
}

.channelHeader .wrap .nav > ul > li {
    width: 16%;
    margin: 0;
}

.digital_head .header_box .wrap .nav > ul > li {
    width: 12%;
    margin: 0;
}

.page {
    font-size: 12px;
    color: #777777;
    text-align: center;
}

.page a,.page span {
    color: #000;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;
    background: #f8f8f8;
}

.page .count {
    margin-left: 10px;
}

.page a:hover,.page a.active,.page span {
    color: #fff;
    background: #f60;
}

.page span.goprev,.page span.gonext {
    color: #777777;
    background: none
}

.page span.count {
    border: 0;
    background: 0;
    color: #777777;
}

.page a .ion {
    color: #f60;
    font-size: .8em;
}

.page a:hover .ion {
    color: #fff;
}

.product_nav {
    width: 80px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
}

.product_nav > .hd {
    height: 75px;
    line-height: 75px;
    text-align: center;
    background-color: #2f67e2;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.product_nav > .hd a {
    color: #fff;
}

.ydhl .nav {
    width: 50%;
}

.top_pro_box,.ps_list dl,.ps_list dl:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_pro_box {
    width: 450px;
    height: 100%;
    padding: 25px 0;
    position: fixed;
    right: -500px;
    top: 75px;
    background-color: #39424b;
    z-index: 50;
}

.top_pro_box.show {
    right: 0;
}

.proScroll {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.ps_list a {
    display: block;
}

.ps_list dl {
    padding: 20px 40px 20px 70px;
    position: relative;
    line-height: 1.2;
    left: 110%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ps_list dl:before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    overflow: hidden;
    background-color: #595f66;
    position: absolute;
    left: 40px;
    top: 20px;
}

.ps_list dt {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}

.ps_list dd {
    color: #a3a3a3;
    font-size: 14px;
}

.ps_list dl:hover {
    background-color: #525659;
}

.ps_list dl:hover:before {
    width: 3px;
    background-color: #2f67e2;
}

.top_pro_box .proScroll .scroll_slider {
    height: 200px;
    background-color: #2f67e2;
}

.top_pro_box .proScroll .scroll_bar {
    background: url(http://www.china71.com/static/default/web/images/scroll-bar-line.png) center top repeat-y;
    right: 15px!important;
}

.html_hidden,.html_hidden body {
    overflow: hidden;
}

div.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 49;
    background: url(http://www.china71.com/static/default/web/images/blank.gif);
}

.select_lang {
    width: 35px;
    height: 24px;
    padding-left: 26px;
    border: 1px solid #d2d4d7;
    border-radius: 20px;
    position: absolute;
    right: 110px;
    top: 50%;
    background: url(http://www.china71.com/static/default/web/images/ico_lang.png) no-repeat 6px 5px #fff;
    overflow: hidden;
    margin-top: -12px;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select_lang:hover {
    width: 137px;
}

.select_lang a {
    white-space: nowrap;
    display: block;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    position: relative;
    letter-spacing: 1px;
    font-weight: normal;
}

.select_lang a:hover {
    color: #f27824;
}

.select_lang a.active {
    color: #f27824;
}

.select_lang a.english {
    margin-right: 10px;
}

.select_lang a.english:before,.select_lang a.espanol:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #d2d4d7;
    position: absolute;
    left: -5px;
    top: 7px;
}

.select_lang a.chinese {
    margin-right: 10px;
}

.bgbai {
    background: #fff;
}

.fullscreenvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.videocontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

.videocontainer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
}

.zixun {
    font-size: 14px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background: rgba(0,0,0,.5);
}

.pageFooter {
    background-color: #39424b;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.pageFooter a {
    color: #a2a5a8;
    display: inline-block;
}

.pageFooter a:hover {
    color: #fff;
}

.pageFooter .lt {
    display: inline-block;
    margin: 0 10px;
}

.pageFooter .foot2 .lt {
    width: 19%;
    margin: 0;
    padding: 5px 0;
}

.foot_nums {
    height: 230px;
    position: relative;
    margin-bottom: 0!important;
    background-color: #2f67e2;
}

#canvas_box,#anitOut,#anitOut canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.canvas_box {
    background: url(http://www.china71.com/static/default/web/images/canvas_ie.jpg) 50% 0 no-repeat;
    background-size: 100% 100%;
}

.foot_nums .inner_wrap {
    position: relative;
    z-index: 2;
    color: #fff;
}

.animate_nums li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 15px;
    padding-top: 40px;
}

.animate_nums li .cn {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
}

.animate_nums .num {
    line-height: 1.1;
}

.animate_nums .num span {
    font-size: 75px;
    font-family: Impact;
    font-weight: normal;
}

.foot1 {
    padding: 50px 0 35px;
}

.foot1 .box {
    padding-left: 220px;
    position: relative;
    min-height: 255px;
}

.foot1 dl {
    width: 15%;
    padding-left: 5%;
    float: left;
}

.foot1 dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot1 dt a {
    color: #fff;
}

.foot1 dd {
    margin-bottom: 14px;
}

.foot1 .qr_code {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    float: none;
    text-align: center;
    padding-left: 0;
}

.foot1 .qr_code dt {
    margin-bottom: 15px;
}

.foot2,.foot3 {
    font-size: 12px;
    color: #a2a5a8;
    text-align: left;
}

.foot2 {
    margin-bottom: 15px;
}

.foot2 .inner_wrap {
    border-top: #4d555d 1px solid;
    border-bottom: #4d555d 1px solid;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    text-align: left;
}

.foot3 {
    padding: 15px 0;
}

.foot3 .inner_wrap {
}

.foot3 .links {
    margin-left: 10px;
    display: inline-block;
}

.rencai_footer .foot2,.rencai_footer .foot3 {
    color: #fff;
    opacity: .8;
}

.rencai_footer a {
    color: #fff;
    opacity: .8;
}

.rencai_footer .foot2 .inner_wrap {
    border-color: rgba(255,255,255,.5);
}

.ibanner,.pageMain {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.pageMain {
}

.ipart {
    margin-bottom: 40px;
}

.iservice {
    background-color: #2f67e2;
    padding: 45px 50px;
    position: relative;
    min-height: 270px;
    color: #fff;
    overflow: hidden;
}

.iservice:before {
    content: "";
    position: absolute;
    display: block;
    width: 190%;
    height: 100%;
    top: 0;
    left: -10%;
    background: url(http://www.china71.com/static/default/web/images/white.2.png);
    -moz-transform: translateX(-120%) skewX(48deg);
    -webkit-transform: translateX(-120%) skewX(48deg);
    -o-transform: translateX(-120% )skewX(48deg);
    -ms-transform: translateX(-120%) skewX(48deg);
    transform: translateX(-120%) skewX(48deg);
    -moz-transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
}

.iservice:hover:before {
    left: 180%;
}

.color2 .iservice:before {
    background-image: url(http://www.china71.com/static/default/web/images/gray.1.png);
}

.iservice > .title,.iservice > div,.iservice .more {
    position: relative;
    z-index: 2;
}

.color2 .iservice {
    background-color: #ffffff;
    color: #585858;
}

.color2 .iservice_fw {
    background-color: #00a1c2;
    color: #fff;
}

.color3 .iservice {
    background-color: #42668f;
}

.color4 .iservice {
    background-color: #585858;
}

.color5 .iservice {
    background-color: #f2ad0a;
}

.color6 .iservice {
    background-color: #4d2e83;
}

.color7 .iservice {
    background-color: #ffb400;
}

.color8 .iservice {
    background-color: #f2c200;
}

.color9 .iservice {
    background-color: #2cbcb1;
}

.color10 .iservice {
    background-color: #65bc46;
}

.color11 .iservice {
    background-color: #333333;
}

.color12 .iservice {
    background-color: #e9e9ea;
    color: #191919;
}

.color13 .iservice {
    background-color: #4bb4e6;
}

.iservice .ba {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: url(http://www.china71.com/static/default/web/other/about:blank);
}

.iservice .title {
    font-size: 28px;
    height: 48px;
    font-weight: normal;
}

.iservice .text {
    font-size: 14px;
    line-height: 1.5em;
    max-height: 5em;
    overflow: hidden;
    margin-bottom: 8%;
}

.iservice > .links {
    z-index: 7;
}

.iservice .links .ul {
    width: 50%;
    float: left;
}

.iservice .links .li {
    line-height: 20px;
    margin-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iservice .links .li a {
    color: #ffffff;
}

.iservice .links .li a:hover {
    color: #fff;
}

.iservice .links .ion {
    display: inline-block;
    width: 15px;
    vertical-align: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(http://www.china71.com/static/default/web/images/list_arr.png) -15px 0 no-repeat;
    *text-indent: 0;
    *zoom:expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '\3000');-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.iservice_fw .links .ion {
    background: url(http://www.china71.com/static/default/web/images/list_arr1.png) -15px 0 no-repeat;
    *text-indent: 0;
    *zoom:expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '\3000');-webkit-transition: all 0.3s ease;
}

.iservice .links .ion:before {
    content: '\3000';
}

.iservice .links .li a:hover .ion {
    background-position: 0 0;
}

.color2 .iservice .links .li a {
    color: #838383;
}

.color2 .iservice .links .li a:hover {
    color: #2f67e2;
}

.color2 .iservice_fw .links .li a {
    color: #fff;
}

.color2 .iservice_fw .links .li a:hover {
    color: #fff;
}

.color2 .iservice .links .li .ion {
    background-position: -15px -20px;
}

.color2 .iservice .links .li a:hover .ion {
    background-position: 0 -20px;
}

.iservice .more {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: #fff 1px solid;
}

.iservice .more .ion {
    display: block;
    width: 46px;
    height: 46px;
    font: 0/0 a;
    letter-spacing: -9px;
    margin: 0;
    color: #fff;
    background: url(http://www.china71.com/static/default/web/images/ipart01_arr.png) -46px 0 no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.iservice:hover .more {
    background-color: #fff;
}

.iservice:hover .more .ion {
    background-position: 0 0;
}

.color2 .iservice .more {
    border-color: #2f67e2;
}

.color2 .iservice .more .ion {
    background-position: 0 0;
}

.color2 .iservice.box:hover .more {
    background-color: #2f67e2;
    border-color: #2f67e2;
}

.color2 .iservice.box:hover .more .ion {
    background-position: 0 -46px;
}

.color12 .iservice .more {
    border-color: #3d3d3d;
}

.color12 .iservice .more .ion {
    background-position: -46px -184px;
}

.color12 .iservice.box:hover .more {
    background-color: #2f67e2;
    border-color: #2f67e2;
}

.color12 .iservice.box:hover .more .ion {
    background-position: 0 -184px;
}

.rolling > .rolling-box {
    -webkit-perspective: 1300px;
    -o-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rolling .is_animated {
    -webkit-transition-duration: 1.2s;
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-delay: .15s;
    -webkit-transition-timing-function: 'ease-in-out';
    -moz-transition-duration: 1.2s;
    -moz-transition-property: all;
    -moz-transition-delay: .15s;
    -moz-transition-timing-function: 'ease-in-out';
    -o-transition-duration: 1.2s;
    -o-transition-property: transform,opacity;
    -o-transition-delay: .15s;
    -o-transition-timing-function: 'ease-in-out';
    -ms-transition-duration: 1.2s;
    -ms-transition-property: transform,opacity;
    -ms-transition-delay: .15s;
    -ms-transition-timing-function: 'ease-in-out';
    transition-duration: 1.2s;
    transition-property: transform,opacity;
    transition-delay: .15s;
    transition-timing-function: 'ease-in-out';
    -webkit-transform: rotatex(-80deg) translateZ(0);
    -ms-transform: rotatex(-80deg) translateZ(0);
    transform: rotatex(-80deg) translateZ(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0
}

.rolling .is_animated.revealed {
    -webkit-transform: rotatex(0) translateZ(0);
    -ms-transform: rotatex(0) translateZ(0);
    transform: rotatex(0) translateZ(0);
    opacity: 1
}

.servicePage .channel_bd video {
    height: 100%;
}

.servicePage .channel_bd .color9 video {
    height: auto;
    width: 100%;
}

.ipart01 .color1,.ipart01 .color4 {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.ipart01 .color2,.ipart01 .color5 {
    transition-delay: .15s;
    -webkit-transition-delay: .15s;
}

.ipart01 .color3,.ipart01 .color6 {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.delay150 {
    -webkit-transition-delay: .15s!important;
    transition-delay: .15s!important;
}

.delay300 {
    -webkit-transition-delay: .3s!important;
    transition-delay: .3s!important;
}

.delay450 {
    -webkit-transition-delay: .45s!important;
    transition-delay: .45s!important;
}

.delay600 {
    -webkit-transition-delay: .6s!important;
    transition-delay: .6s!important;
}

.delay750 {
    -webkit-transition-delay: .75s!important;
    transition-delay: .75s!important;
}

.delay900 {
    -webkit-transition-delay: .9s!important;
    transition-delay: .9s!important;
}

.i_hd {
    text-align: center;
    margin-bottom: 15px;
}

.i_hd .title {
    font-size: 40px;
    font-weight: normal;
    color: #000;
}

.i_hd .text {
    font-size: 24px;
    color: #777777;
    margin-bottom: 40px;
}

.icase_hd {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.icase_hd .tab_t {
    display: inline-block;
    *display: inline;
    *zoom:1;font-size: 15px;
    margin: 0 18px;
}

.icase_hd .tab_t a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.icase_hd .tab_t a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #f08200;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icase_hd .tab_t_cur a:after,.icase_hd .tab_t.cur a:after,.icase_hd .tab_t:hover a:after {
    width: 100%;
    left: 0;
}

.icase_hd .tab_t_cur a,.icase_hd .tab_t.cur a,.icase_hd .tab_t:hover a {
    color: #2f67e2;
}

.icase_bd {
    margin-bottom: 40px;
}

.pBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.pBox ._n {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pBox ._img img {
    width: 100%;
    height: auto;
}

.pBox ._mask {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: left;
    background: url(http://www.china71.com/static/default/web/images/orange.8.png);
}

.pBox ._mask a {
    display: block;
    color: #ffffff;
    padding: 20px 10%;
    opacity: 0;
    display: none/9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.pBox ._mask ._tag {
    display: inline-block;
    font-size: 16px;
    border-bottom: #fff 1px solid;
    line-height: 40px;
}

.pBox ._mask ._n {
    display: block;
    margin-bottom: 5px;
    margin-top: 7%;
    color: #ffffff;
}

.pBox ._mask ._text {
    font-size: 13px;
    line-height: 1.8em;
    max-height: 5.4em;
    overflow: hidden;
}

.pBox ._mask ._more {
    display: inline-block;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #d95204;
    color: #ffffff;
    padding: 0 50px;
    font-size: 14px;
}

.pBox:hover ._img ._n {
    bottom: -40px;
}

.pBox ._mask {
    left: 0;
    top: 0;
    opacity: 0;
    display: none/9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
}

.pBox:hover ._mask {
    opacity: 1;
    display: block/9;
    visibility: visible;
}

.pBox:hover ._mask a {
    opacity: 1;
    display: block/9;
    margin-top: 0;
}

.com_more,.com_more span {
    height: 38px;
    line-height: 38px;
}

.com_more {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    position: relative;
    border: #2f67e2 1px solid;
    background-color: #fff;
}

.com_more span {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 100px 0 60px;
    color: #2f67e2;
}

.com_more b {
    display: block;
    width: 25px;
    height: 13px;
    background: url(http://www.china71.com/static/default/web/images/more_ico.png) -25px 0 no-repeat;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -6px;
}

.com_more:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #2f67e2;
    filter: alpha(opacity=0);
    opacity: 0;
}

.com_more:before,.com_more b {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.com_more:hover {
    border-color: #2f67e2!important;
}

.com_more:hover:before {
    width: 100%;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.com_more:hover span {
    color: #fff!important;
}

.com_more:hover span b {
    background-position: 0 0!important;
}

.com_more.black {
    background-color: #39424b;
    border-color: #39424b;
}

.com_more.black span {
    color: #fff;
}

.com_more.black b {
    background-position: 0 0;
}

.com_more.transparent {
    background-color: transparent;
    border-color: #fff;
}

.com_more.transparent span {
    color: #fff;
}

.com_more.transparent b {
    background-position: 0 0;
}

.inner_wrap {
    margin-left: 5%;
    margin-right: 5%;
}

.ipart03 {
    padding: 30px 0 40px;
}

.inews .box {
    background-color: #fff;
    margin-right: 1px;
    padding: 35px 10% 70px;
}

.inews .time {
    display: inline-block;
    border-bottom: #fac9a7 2px solid;
    height: 30px;
    line-height: 30px;
    color: #878787;
    margin-bottom: 15px;
}

.inews .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    height: 5em;
    overflow: hidden;
}

.inews .text {
    color: #878787;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    width: 100%;
}

.ipart03 .i_hd {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.ipart03 .i_bd {
    position: relative;
    z-index: 5;
}

.ipart03 .inews {
    margin-bottom: 40px;
}

.ipart04 .i_bd {
    position: relative;
}

.ipart04 .i_bd .img {
    font: 0/0 a;
    letter-spacing: -9px;
}

.ipart04 .i_bd .img img {
    width: 100%;
    height: auto;
}

.ipart04 .i_bd .intro {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
}

.ipart04 .i_bd .title {
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    margin-top: 7%;
}

.ipart04 .i_bd .text {
    font-size: 16px;
    padding: 0 31%;
    margin-bottom: 20px;
}

.channel_banner {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 320px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1355px) {
    .channel_banner {
        height:280px;
    }
}

.channel_banner img {
    display: inline-block;
    margin: 0 -100%;
    margin: 0 -50%\9;
    max-width: none;
    width: auto;
    -moz-transition: all 8s ease 0s;
    -ms-transition: all 8s ease 0s;
    -o-transition: all 8s ease 0s;
    -webkit-transition: all 8s ease 0s;
    transition: all 8s ease 0s;
}

.zoomActive img {
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

.channel_hd {
    background-color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-size: 0;
    padding: 30px 0;
}

.channel_hd.channel_menu {
    padding: 0;
    border-bottom: #e3e3e3 1px solid;
}

.channel_hd li {
    display: inline-block;
    *display: inline;
    *zoom:1;position: relative;
}

.channel_hd li:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e3e3e3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.channel_hd li:first-child:after {
    display: none;
}

.channel_hd a {
    display: inline-block;
    line-height: 25px;
    padding: 20px 35px;
    font-size: 15px;
    position: relative;
    color: #666;
}

.channel_hd a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #f27823;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.channel_hd a:hover:after,.channel_hd .cur a:after {
    width: 60%;
    left: 20%;
}

.channel_hd a:hover,.channel_hd .cur a {
    color: #f27823;
}

.channel_hd {
}

.channel_hd .title {
    font-size: 46px;
    font-weight: normal;
    color: #333;
}

.channel_hd .en {
    font-family: Arial;
}

.channel_hd .text {
    font-size: 22px;
    color: #7c7c7c;
}

.channel_bd {
    margin-bottom: 50px;
}

.channelPage {
}

.newsPage {
    background-color: #f5f7f8;
    padding-bottom: 40px;
}

.newsPage .channel_bd {
    margin-bottom: 0;
}

.channel_bd .inews .box {
    margin-bottom: 36px;
}

.inews .img {
    width: 33%;
    float: left;
    margin-right: 3%;
}

.inews .img img {
    width: 100%;
    height: auto;
}

.getMore .cube span i {
    width: 20px;
    height: 20px;
    background: url(http://www.china71.com/static/default/web/images/get_more_ico.png) no-repeat;
    margin-top: -10px;
    right: 20px;
}

.getMore .cube span i.rotation {
    background-position: 0 -19px!important;
}

.getMore .cube span {
    padding: 0 60px;
    min-width: 80px;
    text-align: center;
}

.casePage .channel_bd {
}

.casePage .anim {
    visibility: visible;
}

#case_list .title,#case_list .tag {
    height: 1.5em;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#case_list .title {
    font-size: 17px;
    font-weight: normal;
    padding-top: 10px;
}

#case_list .tag {
    margin-bottom: 30px;
    font-size: 12px;
    color: #919191;
}

.servicePage .channel_hd {
    margin-bottom: 0;
}

.b_img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.servicePage .iservice,.servicePage .b_img {
    overflow: hidden;
}

.servicePage .iservice {
    height: 245px;
    min-height: 0;
}

.servicePage .b_img {
    height: 335px;
    position: relative;
}

.servicePage .b_img img {
    width: 100%;
    height: auto;
}

.serli .anim.show {
    -webkit-transform: none!important;
    transform: none!important;
}

.serli .b_info {
    position: relative;
    z-index: 2;
}

.serli .b_info:after,.serli .b_info:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: dashed;
    border-color: transparent;
    border-width: 16px;
    position: absolute;
}

.serli .b_info:before {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.2s ease .1s;
    transition: all 0.2s ease .1s;
}

.serli .b_info:hover:before {
    filter: alpha(opacity=20);
    opacity: .2;
}

.serli:hover .iservice:before {
    left: 180%;
}

.serli:hover .iservice .more {
    background-color: #fff;
}

.serli:hover .iservice .more .ion {
    background-position: 0 0;
}

.serli:hover .b_info:before {
    filter: alpha(opacity=20);
    opacity: .2;
}

.serli.color1 .b_info:after,.serli.color1 .b_info:before {
    border-top-style: solid;
    left: 50%;
    margin-left: -16px;
    bottom: -32px;
}

.serli.color1 .b_info:after {
    border-top-color: #2f67e2;
}

.serli.color1 .b_info:before {
    border-top-color: #ffffff;
}

.serli.color3 .b_info:after,.serli.color3 .b_info:before {
    border-bottom-style: solid;
    left: 50%;
    margin-left: -16px;
    top: -32px;
}

.serli.color3 .b_info:after {
    border-bottom-color: #42668f;
}

.serli.color3 .b_info:before {
    border-bottom-color: #ffffff;
}

.serli.color6 .b_info:after,.serli.color6 .b_info:before {
    border-bottom-style: solid;
    left: 50%;
    margin-left: -16px;
    top: -32px;
}

.serli.color6 .b_info:after {
    border-bottom-color: #4d2e83;
}

.serli.color6 .b_info:before {
    border-bottom-color: #ffffff;
}

.serli.color7 .b_info:after,.serli.color7 .b_info:before {
    border-right-style: solid;
    top: 50%;
    margin-top: -16px;
    left: -32px;
}

.serli.color7 .b_info:after {
    border-right-color: #ffb400;
}

.serli.color7 .b_info:before {
    border-right-color: #ffffff;
}

.serli.color8 .b_info:after,.serli.color8 .b_info:before {
    border-bottom-style: solid;
    left: 50%;
    margin-left: -16px;
    top: -32px;
}

.serli.color8 .b_info:after {
    border-bottom-color: #f2c200;
}

.serli.color8 .b_info:before {
    border-bottom-color: #ffffff;
}

.serli.color2 .b_info:after,.serli.color2 .b_info:before {
    border-left-style: solid;
    top: 50%;
    margin-top: -16px;
    right: -32px;
}

.serli.color2 .b_info:after {
    border-left-color: #00a1c2;
}

.serli.color2 .b_info:before {
    border-left-color: #fff;
}

.serli.color9 .b_info:after,.serli.color9 .b_info:before {
    border-right-style: solid;
    top: 50%;
    margin-top: -16px;
    left: -32px;
}

.serli.color9 .b_info:after {
    border-right-color: #2cbcb1;
}

.serli.color9 .b_info:before {
    border-right-color: #ffffff;
}

.serli.color10 .b_info:after,.serli.color10 .b_info:before {
    border-left-style: solid;
    top: 50%;
    margin-top: -16px;
    right: -32px;
}

.serli.color10 .b_info:after {
    border-left-color: #65bc46;
}

.serli.color10 .b_info:before {
    border-left-color: #ffffff;
}

.color10 .iservice .title {
    margin-top: 5%;
    margin-bottom: 5%;
}

.color11 .iservice .text {
    line-height: 1.8em;
    max-height: 10.8em;
    overflow: hidden;
    position: relative;
    padding: 60px 0 50px;
    margin-top: -10px;
}

.color11 .iservice .text:before,.color11 .iservice .text:after {
    content: '';
    display: block;
    width: 60px;
    height: 45px;
    background: url(http://www.china71.com/static/default/web/images/quotes.png) no-repeat;
    position: absolute;
}

.color11 .iservice .text:before {
    left: 0;
    top: 0;
}

.color11 .iservice .text:after {
    right: 0;
    bottom: 0;
    background-position: -60px 0;
}

.color7 .b_img,.color7 .b_info,.color2 .b_img,.color2 .b_info,.color9 .b_img,.color9 .b_info,.color10 .b_img,.color10 .b_info {
    float: left;
}

.color7 .b_img,.color9 .b_img {
    width: 66.66666666%;
    *width: 66.55666667%;
}

.color7 .b_info,.color9 .b_info {
    width: 33.33333333%;
    *width: 33.22333333%;
}

.color2 .b_img,.color2 .b_info,.color10 .b_img,.color10 .b_info {
    width: 50%;
    *width: 49.89%;
}

.color2 .b_img,.color2 .b_info {
    height: 670px;
}

.servicePage .color2 .iservice .title {
    margin-top: 40%;
}

.servicePage .color2 .iservice {
    height: 580px;
}

.servicePage .color2 .iservice:before {
    left: -90%;
    width: 280%;
}

.servicePage .color2:hover .iservice:before {
    left: 240%;
}

.serli.color2 .iservice .more {
    border-color: #3d3d3d;
}

.serli.color2 .iservice_fw .more {
    border-color: #fff;
}

.serli.color2 .iservice .more .ion {
    background-position: -46px -46px;
}

.serli.color2:hover .iservice.box .more {
    background-color: #2f67e2;
    border-color: #2f67e2;
}

.serli.color2:hover .iservice_fw.box .more {
    background-color: #fff;
    border-color: #fff;
}

.serli.color2:hover .iservice.box .more .ion {
    background-position: 0 -46px;
}

.siblings_sites {
    margin-bottom: 50px;
}

.siblings_sites .box {
    position: relative;
    padding-left: 215px;
    *zoom:1}

.siblings_sites .hd {
    width: 215px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
}

.siblings_sites .hd .big {
    display: block;
    font-size: 45px;
}

.siblings_sites .bd {
    position: relative;
    padding: 10px 60px;
}

.scroll_arr {
    display: block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    background: url(http://www.china71.com/static/default/web/images/scroll_arr.png) no-repeat;
}

.arr_left {
    background-position: 0 0;
    left: 10px;
}

.arr_left:hover {
    background-position: -40px 0;
}

.arr_right {
    background-position: -40px -70px;
    right: 20px;
}

.arr_right:hover {
    background-position: 0 -70px;
}

.logoScroll {
    height: 60px;
    overflow: hidden;
    position: relative;
}

.logoScroll li {
    width: 20%;
    float: left;
    text-align: center;
}

.job_hd .iservice {
    background: url(http://www.china71.com/static/default/web/images/job_hd_bg01.jpg) no-repeat #607cda;
    min-height: 170px;
}

.job_hd .iservice .title {
    font-size: 52px;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
}

.job_hd .iservice .text {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

.job_hd .job02 {
    background: #fffc00;
}

.job_hd .job03 {
    background: #ffde00;
}

.job_hd .job02,.job_hd .job03 {
    padding: 0;
    min-height: 260px;
}

.job_hd .job02 .text,.job_hd .job03 .text {
    font-weight: normal;
    color: #000;
}

.job_hd .job02 a,.job_hd .job03 a {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 45px 50px;
    box-sizing: border-box;
}

.job_hd .job02:before {
    background-image: url(http://www.china71.com/static/default/web/images/gray.1.png);
}

.job02 .wow {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.job03 .wow {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.jobPage .channel_hd {
    margin-bottom: 0;
}

.jobPage .channel_bd {
    margin-bottom: 0;
}

.jobli .iservice .links .ul {
    width: 100%;
}

.jobli .iservice:before {
    width: 260%;
}

.jobli .b_info,.jobli .b_img {
    float: left;
    width: 50%;
    height: 340px;
}

.jobli .b_info {
    position: relative;
    z-index: 2;
}

.jobli .b_info:after,.jobli .b_info:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: dashed;
    border-color: transparent;
    border-width: 16px;
    position: absolute;
}

.jobli .b_info:before {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.2s ease .1s;
    transition: all 0.2s ease .1s;
}

.jobli .b_info:hover:before {
    filter: alpha(opacity=20);
    opacity: .2;
}

.jobli:hover .iservice:before {
    left: 240%;
}

.jobli:hover .iservice .more {
    background-color: #fff;
}

.jobli:hover .iservice .more .ion {
    background-position: 0 0;
}

.jobli:hover .b_info:before {
    filter: alpha(opacity=20);
    opacity: .2;
}

.jobli .iservice {
    background: none;
}

.jobli.job1 .b_info {
    background-color: #2f67e2;
}

.jobli.job1 .b_info:after,.jobli.job1 .b_info:before {
    border-right-style: solid;
    top: 50%;
    margin-top: -16px;
    left: -32px;
}

.jobli.job1 .b_info:after {
    border-right-color: #2f67e2;
}

.jobli.job1 .b_info:before {
    border-right-color: #ffffff;
}

.jobli.job2 .b_info {
    background-color: #2cbcb1;
}

.jobli.job2 .b_info:after,.jobli.job2 .b_info:before {
    border-right-style: solid;
    top: 50%;
    margin-top: -16px;
    left: -32px;
}

.jobli.job2 .b_info:after {
    border-right-color: #2cbcb1;
}

.jobli.job2 .b_info:before {
    border-right-color: #ffffff;
}

.jobli.job3 .b_info {
    background-color: #f6be00;
}

.jobli.job3 .b_info:after,.jobli.job3 .b_info:before {
    border-left-style: solid;
    top: 50%;
    margin-top: -16px;
    right: -32px;
}

.jobli.job3 .b_info:after {
    border-left-color: #f6be00;
}

.jobli.job3 .b_info:before {
    border-left-color: #ffffff;
}

.jobli.job4 .b_info {
    background-color: #4bb4e6;
}

.jobli.job4 .b_info:after,.jobli.job4 .b_info:before {
    border-left-style: solid;
    top: 50%;
    margin-top: -16px;
    right: -32px;
}

.jobli.job4 .b_info:after {
    border-left-color: #4bb4e6;
}

.jobli.job4 .b_info:before {
    border-left-color: #ffffff;
}

.jobli.job5 .b_info {
    background-color: #4d2e83;
}

.jobli.job5 .b_info:after,.jobli.job5 .b_info:before {
    border-right-style: solid;
    top: 50%;
    margin-top: -16px;
    left: -32px;
}

.jobli.job5 .b_info:after {
    border-right-color: #4d2e83;
}

.jobli.job5 .b_info:before {
    border-right-color: #ffffff;
}

.jobli.job6 .b_info {
    background-color: #39424b;
}

.jobli.job6 .iservice {
    background-color: #39424b;
    background-image: url(http://www.china71.com/static/default/web/images/zhaopin.png);
    background-position: 30px 40%;
    background-repeat: no-repeat;
    padding-left: 45%;
    padding-right: 10px;
}

.jobli.job6 .iservice .title {
    margin-bottom: 10px;
}

.jobli.job6 .b_info:after,.jobli.job6 .b_info:before {
    border-right-style: solid;
    top: 50%;
    margin-top: -16px;
    left: -32px;
}

.jobli.job6 .b_info:after {
    border-right-color: #39424b;
}

.jobli.job6 .b_info:before {
    border-right-color: #ffffff;
}

.job1 .b_info,.job2 .b_info,.job5 .b_info,.job6 .b_info {
    float: right;
}

.aboutPage .channel_hd.orange {
    background-color: #2f67e2;
}

.aboutPage .channel_hd.orange,.aboutPage .channel_hd.orange .title,.aboutPage .channel_hd.orange .text {
    color: #ffffff;
}

.aboutPage .channel_bd,.aboutPage .channel_hd {
    margin-bottom: 0;
}

.aboutPage .color12 .iservice,.aboutPage .color2 .iservice {
    padding: 120px 95px;
    min-height: 270px;
}

.aboutPage .color12 .iservice .text,.aboutPage .color2 .iservice .text {
    max-height: 12em;
    line-height: 2;
    color: #767676;
    margin-top: 10px;
}

.aboutPage .color2 .iservice .title {
    color: #f60;
}

.about_slide,.about_slide .img img {
    height: 340px;
}

.about_slide {
    position: relative;
    overflow: hidden;
}

.about_slide .img {
    display: block;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.about_slide .img img {
    display: inline-block;
    margin: 0 -100%;
    margin: 0 -50%\9;
    max-width: none;
    width: 100%;
    height: 100%;
}

.about_slide .slide_nav {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font: 0/0 a;
    letter-spacing: -9px;
}

.about_slide .slide_nav a {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 15px;
    height: 15px;
    background-color: #afafaf;
    border-radius: 50%;
    margin-left: 12px;
}

.about_slide .slide_nav .on {
    background-color: #fff;
}

.aboutPage .color1 .b_img,.aboutPage .color1 .b_info,.aboutPage .color7 .b_img,.aboutPage .color7 .b_info,.color13 .b_img,.color13 .b_info {
    width: 50%;
    *width: 49.89%;
    height: 340px;
    overflow: hidden;
    float: left;
}

.aboutPage .b_img {
    height: 340px;
    position: relative;
    overflow: hidden;
}

.aboutPage .iservice:before {
    left: -40%;
    width: 275%;
}

.aboutPage .iservice:hover:before,.abli:hover .iservice:before {
    left: 235%;
}

.abli:hover .iservice .more {
    background-color: #fff;
}

.abli:hover .iservice .more .ion {
    background-position: 0 0;
}

.about_companys {
    background: url(http://www.china71.com/static/default/web/images/iabout_company_bg.jpg) center top no-repeat;
    padding: 60px 0 40px;
    color: #fff;
}

.about_companys .ul {
    width: 111%;
}

.about_companys .li {
    width: 40%;
    margin-right: 10%;
    float: left;
}

.about_companys dl {
    margin-bottom: 20px;
}

.about_companys dt {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.about_companys dt:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aaffffff,endcolorstr=#aaffffff);
}

.about_companys dd {
    line-height: 1.5em;
    max-height: 4.5em;
    min-height: 4.5em;
    overflow: hidden;
}

.about_news {
    height: 283px;
    overflow: hidden;
    position: relative;
}

.about_news .inews {
    border-left: #dedede 1px solid;
}

.about_news .inews .box {
    margin-right: 0;
    border-right: #dedede 1px solid;
}

.about_news .more {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: #b9b9b9 1px solid;
}

.about_news .more .ion {
    display: block;
    width: 46px;
    height: 46px;
    font: 0/0 a;
    letter-spacing: -9px;
    margin: 0;
    color: #fff;
    background: url(http://www.china71.com/static/default/web/images/ipart01_arr.png) 0 -92px no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_news .more:hover {
    border-color: #2f67e2;
}

.abn_prev {
    left: 10px;
}

.about_news .abn_prev:hover .ion {
    background-position: -46px -92px;
}

.abn_next {
    right: 10px;
}

.about_news .abn_next .ion {
    background-position: -46px -138px;
}

.about_news .abn_next:hover .ion {
    background-position: 0 -138px;
}

.bottom_contact {
    text-align: center;
    padding: 60px 0;
}

.bottom_contact .box {
    display: inline-block;
    *display: inline;
    *zoom:1;border: #c2c2c2 1px solid;
    position: relative;
    font-size: 49px;
    font-family: Arial;
    padding: 0 40px;
}

.bottom_contact .tip {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -13px;
}

.bottom_contact .tip span {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    font-family: "Microsoft Yahei";
}

.bottom_contact .atel b {
    font-weight: normal;
    color: #8d8d8d;
}

.iservice:before {
    display: none;
}

.channelPage .combtn {
    padding-top: 15px;
}

.wow {
    visibility: hidden;
}

.ipart03 {
    position: relative;
}

.ipart03 canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.threeLevel {
    padding-top: 40px;
    padding-bottom: 20px;
}

.bgGray {
    background: #f2f2f2;
}

.about_bsc {
    width: 100%;
    height: 320px;
    background: url(http://www.china71.com/static/default/web/images/about_intro_img.jpg) no-repeat center;
}

.about_bsc h3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.about_bsc ._txt {
    font-size: 24px;
    color: #bababa;
    font-style: italic;
}

.about_bsc ._con {
    width: 950px;
    margin: 0 auto;
}

.dot_before {
    background: url(http://www.china71.com/static/default/web/images/dot.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.dot_after {
    background: url(http://www.china71.com/static/default/web/images/dot.png) no-repeat -15px 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.subnavs {
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.subnavs li {
    padding: 0 45px;
    display: inline-block;
    background: url(http://www.china71.com/static/default/web/images/short_line.gif) no-repeat right;
}

.subnavs a {
    display: block;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
}

.subnavs .cur a {
    border-bottom: 1px solid #f27824;
    color: #f27824;
}

.about_text {
    margin-bottom: 30px;
    line-height: 30px;
}

.pictures .title {
    line-height: 34px;
}

.pictures .title ._num {
    font-size: 13px;
}

.pictures .title ._num em {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(http://www.china71.com/static/default/web/images/pic_ico.png) no-repeat center;
    margin-right: 9px;
}

.pictures .title ._num i {
    color: #f27823;
}

.channel_edit_tit {
    color: #f60;
    font-size: 30px;
    margin-bottom: 20px;
}

.channel_left {
    padding: 60px;
    background: #fff;
    line-height: 28px;
}

.news_tit {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.news_tools {
    color: #c4c4c4;
    margin-bottom: 30px;
}

.news_tools .ico {
    vertical-align: -4px;
    margin-right: 10px;
}

.news_change .ico {
    margin-right: 10px;
}

.news_tools span {
    margin-right: 20px;
}

.news_share {
    width: 356px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news_share a {
    background: url(http://www.china71.com/static/default/web/images/news_share.png) no-repeat 0 0;
    width: 45px;
    height: 44px;
}

.news_share ._btn.r {
    background-position: -330px 0;
}

.news_share ._btn:hover {
    -ms-background-position-y: -44px;
    background-position-y: -44px;
}

.news_share .bdsharebuttonbox a {
    width: 37px;
    height: 37px;
    background: url(http://www.china71.com/static/default/web/images/news_share.png) no-repeat 0 0;
    padding: 0;
    margin: 3px 8px;
}

.news_share .bdsharebuttonbox a.news_list_btn {
    background-position: -168px -4px;
}

.news_share .bdsharebuttonbox a.bds_qzone {
    background-position: -64px -4px;
}

.news_share .bdsharebuttonbox a.bds_tsina {
    background-position: -116px -4px;
}

.news_share .bdsharebuttonbox a.bds_weixin {
    background-position: -220px -4px;
}

.news_share .bdsharebuttonbox a.bds_tqq {
    background-position: -272px -4px;
}

.news_share .bdsharebuttonbox a:hover {
    -ms-background-position-y: -48px;
    background-position-y: -48px;
}

.back_list {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.back_list a {
    font-size: 18px;
    padding: 0 30px 20px 30px;
    border-bottom: 1px solid #f27823;
    display: inline-block;
    color: #f08200;
}

.news_change {
    background: #fff;
    padding: 35px;
}

.news_change ul {
    overflow: hidden;
}

.news_change li {
    margin-bottom: 30px;
}

.news_change ._t {
    color: #000;
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
}

.news_change ._t:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #f2f2f2;
    top: 20px;
    right: -90px;
}

.news_change ._time {
    color: #c0c0c0;
    font-size: 13px;
    margin-bottom: 15px;
}

.news_change ._tit {
    font-size: 17px;
    color: #5a5a5a;
    font-weight: normal;
}

.job_pos {
    font-size: 16px;
    padding-left: 100px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.job_pos i {
    color: #f08200;
}

.jobBox {
    padding: 60px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.jobBox .j_num {
    display: none;
    position: absolute;
    width: 78px;
    height: 78px;
    background: #f27823;
    color: #fff;
    border-radius: 50%;
    right: 60px;
    top: 30px;
    font-size: 18px;
    text-align: center;
}

.jobBox .j_num b {
    font-size: 44px;
    font-weight: normal;
}

.jobBox h3 {
    font-size: 28px;
    color: #000;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.jobBox h3:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 1px;
    background: #f27823;
    bottom: 0;
    left: 0;
}

.jobBox ._btns {
    color: #f08200;
}

.jobBox ._btns a {
    margin-right: 40px;
}

.jobBox ._btns i {
    margin-right: 10px;
}

.jobBox ._con {
    line-height: 28px;
    margin-bottom: 30px;
    height: 112px;
    overflow: hidden;
}

.honor_tit {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #f60;
    margin-bottom: 40px;
}

.honorList ._mask {
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
}

.honorList ._mask .fd_ico {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 61px;
    height: 62px;
    background: url(http://www.china71.com/static/default/web/images/fd_ico.png) no-repeat center;
}

.honorList .pBox {
    background: #fff;
    padding: 50px 70px 40px 70px;
    border-right: 1px solid #dedede;
}

.honorList .pBox ._img {
    margin-bottom: 15px;
}

.honorList .pBox ._title {
    font-size: 15px;
}

.honorList li {
    margin-bottom: 50px;
}

.album_wrap .slide .arrs {
    width: 10%;
    height: 5em;
    line-height: 5em;
    top: 50%;
    margin-top: -3em;
    font-size: 4em;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.album_wrap .slide .arr_prev {
    left: 10%;
}

.album_wrap .slide .arr_next {
    right: 10%;
    left: auto;
}

.album_wrap .album_gallery .slide_nav {
    width: 80%;
    left: 10%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.album_wrap .album_gallery .slide_nav a {
    float: none;
    display: inline-block;
    height: 70px;
}

.album_wrap .album_gallery .album_bar {
    height: 70px;
    background: none;
    bottom: 44px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.album_wrap .album_gallery .listArrs {
    color: #fff;
    position: absolute;
    top: auto;
    display: block;
    line-height: 70px;
    z-index: 20;
    bottom: 40px;
}

.album_wrap .album_gallery .prevList {
    left: 5%;
}

.album_wrap .album_gallery .nextList {
    right: 5%;
}

.album_wrap .album_gallery .slide_nav {
    height: 76px;
    line-height: 70px;
    text-align: center;
    bottom: 34px;
    padding-bottom: 10px;
    z-index: 15;
    overflow-x: auto;
}

.album_wrap .album_gallery .album_pages {
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.album_wrap .album_ordinary .slide_c p {
    bottom: 150px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.album_wrap .full_btn {
    cursor: pointer;
    margin-right: 10px;
    position: absolute;
    right: 40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(http://www.china71.com/static/default/web/images/ablum_ico.png) no-repeat 0 0;
}

.album_wrap .full_btn:hover {
    opacity: 0.8;
}

.album_wrap .album_ordinary .album_close {
    background: url(http://www.china71.com/static/default/web/images/ablum_ico.png) no-repeat -47px 0;
    width: 40px;
    height: 40px;
}

.album_wrap .album_ordinary .album_close .ion {
    display: none;
}

.album_wrap .album_ordinary .album_close:hover {
}

.pictures ._mask {
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
}

.pictures ._mask .fd_ico {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 61px;
    height: 62px;
    background: url(http://www.china71.com/static/default/web/images/fd_ico.png) no-repeat center;
}

.album_wrap .album_gallery .slide_nav .on {
    border-color: #f18101;
}

.album_wrap .album_gallery .arrs:hover {
    color: #f18101;
}

.album_wrap.hidebar .album_gallery .slide_nav {
    bottom: -100px;
}

.album_wrap.hidebar .album_gallery .listArrs {
    bottom: -40px;
}

.album_wrap.hidebar .album_ordinary .slide_c p {
    bottom: -40px;
}

.album_wrap.hidebar .album_gallery .album_pages {
    bottom: -30px;
}

.album_wrap .album_ordinary .slide_c img {
    max-width: 80%;
    max-height: 57%;
    margin-top: -5%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.album_wrap.hidebar .album_ordinary .slide_c img {
    max-height: 100%;
    margin-top: 0;
}

.digital_menu .vr_title {
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 35px;
}

.digital_menu a {
    font-size: 16px;
    padding: 0 10px;
    margin: 0 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.digital_menu .cur {
    border-bottom: 1px solid #f18101;
}

.channel_banner .digital {
    color: #fff;
    text-align: center;
    top: 95px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    font-size: 17px;
}

.channel_banner .wenbo_h h2 {
    font-size: 50px;
}

.channel_banner .digital h3 {
    font-size: 48px;
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 15px;
}

.channel_banner .digital h3:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #f60;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.case_box img {
    width: 100%;
}

.case_box .over {
    background: #faa000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    zoom:1;-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s;
}

.case_box:hover .over {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    zoom:1;-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.digitalPics {
    margin-bottom: 30px;
    min-height: 600px;
}

.digitalPics a {
    display: block;
    position: relative;
    color: rgba(255,255,255,0.7);
}

.digitalPics .x1 .disc,.x1 .case_box .over {
    background: rgba(250,160,0,0.7);
}

.digitalPics .x2 .disc,.x2 .case_box .over {
    background: rgba(0,0,0,0.7);
}

.digitalPics .x3 .disc,.x3 .case_box .over {
    background: rgba(255,87,50,0.7);
}

.digitalPics .x4 .disc,.x4 .case_box .over {
    background: rgba(255,87,50,0.7);
}

.digitalPics .x5 .disc,.x5 .case_box .over {
    background: rgba(255,180,0,0.7);
}

.digitalPics .x6 .disc,.x6 .case_box .over {
    background: rgba(57,93,119,0.7);
}

.digitalPics .x7 .disc,.x7 .case_box .over {
    background: rgba(109,201,11,0.7);
}

.digitalPics .x8 .disc,.x8 .case_box .over {
    background: rgba(57,93,119,0.7);
}

.digitalPics .x9 .disc,.x9 .case_box .over {
    background: rgba(48,198,140,0.7);
}

.digitalPics .x10 .disc,.x10 .case_box .over {
    background: rgba(250,160,0,0.7);
}

.digitalPics .x11 .disc,.x11 .case_box .over {
    background: rgba(255,180,0,0.7);
}

.digitalPics .x12 .disc,.x12 .case_box .over {
    background: rgba(48,198,140,0.7);
}

.digitalPics .x13 .disc,.x13 .case_box .over {
    background: rgba(255,87,50,0.7);
}

.digitalPics .x14 .disc,.x14 .case_box .over {
    background: rgba(255,180,0,0.7);
}

.digitalPics .x15 .disc,.x15 .case_box .over {
    background: rgba(57,93,119,0.7);
}

.digitalPics .x16 .disc,.x16 .case_box .over {
    background: rgba(109,201,11,0.7);
}

.x1 .item_box:before,.x1 .item_box:after {
    background: rgba(250,160,0,0.7);
}

.x2 .item_box:before,.x2 .item_box:after {
    background: rgba(0,0,0,0.7);
}

.x3 .item_box:before,.x3 .item_box:after {
    background: rgba(255,87,50,0.7);
}

.x4 .item_box:before,.x4 .item_box:after {
    background: rgba(255,87,50,0.7);
}

.x5 .item_box:before,.x5 .item_box:after {
    background: rgba(255,180,0,0.7);
}

.x6 .item_box:before,.x6 .item_box:after {
    background: rgba(57,93,119,0.7);
}

.x7 .item_box:before,.x7 .item_box:after {
    background: rgba(109,201,11,0.7);
}

.x8 .item_box:before,.x8 .item_box:after {
    background: rgba(57,93,119,0.7);
}

.x9 .item_box:before,.x9 .item_box:after {
    background: rgba(48,198,140,0.7);
}

.x10 .item_box:before,.x10 .item_box:after {
    background: rgba(250,160,0,0.7);
}

.x11 .item_box:before,.x11 .item_box:after {
    background: rgba(0,0,0,0.7);
}

.x12 .item_box:before,.x12 .item_box:after {
    background: rgba(48,198,140,0.7);
}

.x13.item_box:before,.x13 .item_box:after {
    background: rgba(255,87,50,0.7);
}

.x14.item_box:before,.x14 .item_box:after {
    background: rgba(255,180,0,0.7);
}

.x15.item_box:before,.x15 .item_box:after {
    background: rgba(57,93,119,0.7);
}

.x16.item_box:before,.x16 .item_box:after {
    background: rgba(109,201,11,0.7);
}

.digitalPics .disc {
    height: 0;
    overflow: hidden;
    padding-bottom: 38.1%;
}

.digitalPics ._word {
    padding: 5%;
    color: #fff;
}

.digitalPics .disc h3 {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.digitalPics ._img {
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

.digitalPics .span-6 ._img {
    padding-bottom: 56.548%;
    overflow: hidden;
}

.digitalPics .span-6 ._img img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.digitalPics .span-6 .disc {
    display: none;
}

.digitalPics .over {
    padding: 10%;
    color: #fff;
    font-size: 15px;
}

.digitalPics .over h3 {
    font-size: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.digitalPics .over ._txt {
    margin-bottom: 5%;
}

.digitalPics .over ._intro {
    height: 170px;
    overflow: hidden;
}

.digital_menu {
    margin-bottom: 35px;
}

.digitalPics .span-6 .case_box .over {
    background: rgba(0,0,0,.8);
}

.digitalDetail {
    background: #000 url(http://www.china71.com/static/default/web/images/digital_bg.jpg) no-repeat top;
    padding-top: 60px;
    padding-bottom: 35px;
    position: relative;
}

.digitalDetail .digitalTit {
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}

.digitalDetail .digitalIntro {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 13%;
}

.digitalDetail .parrs {
    background: url(http://www.china71.com/static/default/web/images/scroll_arr.png) no-repeat 0 0;
    position: absolute;
    width: 40px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
}

.digitalDetail .parr_prev {
    left: 5%;
}

.digitalDetail .parr_prev:hover {
    background-position: -40px 0;
}

.digitalDetail .parr_next {
    right: 5%;
    background-position: -40px -70px;
}

.digitalDetail .parr_next:hover {
    background-position: 0 -70px;
}

.digitalDetail .garrs {
    position: absolute;
    top: 42%;
    color: #fff;
}

.digitalDetail .prevGallery {
    left: 50%;
    margin-left: -510px;
}

.digitalDetail .nextGallery {
    right: 50%;
    margin-right: -510px;
}

.digitalDetail .close_btn,.digitalDetail .back_btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(http://www.china71.com/static/default/web/images/vr_btns.png) no-repeat -40px 0;
    position: absolute;
    right: 50px;
    top: 50px;
}

.digitalDetail .back_btn {
    background-position: 0 0;
    right: 98px;
}

.digitalDetail .back_btn:hover {
    background-position: 0 -40px;
}

.digitalDetail .close_btn:hover {
    background-position: -40px -40px;
}

.digitalPics li {
    float: left;
    position: relative;
    perspective: 1500px;
    -webkit-perspective: 1500px;
}

.digitalPics li.x1 img {
    width: 100%;
}

.digitalPics li.x1 a {
    height: 0;
    padding-bottom: 113%;
    overflow: hidden;
}

.anim3d {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.anim3d.act {
    opacity: 1;
}

.item_box {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(90deg) translateZ(300px) translateY(-100%);
    transform: rotateX(90deg) translateZ(300px) translateY(-100%);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.act .item_box {
    -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0px);
    transform: rotateX(0deg) translateZ(0px) translateY(0px);
}

.list3d,.item_box:before,.item_box:after {
    width: 100%;
    height: 100%;
}

.list3d {
    background: none;
    position: relative;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 0;
    z-index: 10;
    left: 50%;
    margin: 0 0 0 -50%;
}

.list3d img {
    width: 100%;
    height: auto;
}

.item_box:before,.item_box:after {
    content: '';
    display: block;
    background: #ff2044;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
}

.item_box:before {
    -webkit-transform: rotateX(-90deg) translateY(0);
    transform: rotateX(-90deg) translateY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
}

.item_box:after {
    -webkit-transform: rotateX(-90deg) translateY(100%);
    transform: rotateX(-90deg) translateY(100%);
    transform-origin: center bottom 0;
    -webkit-transform-origin: center bottom 0;
}

.delay1,.delay1 .item_box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.delay2,.delay2 .item_box {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.delay3,.delay3 .item_box {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.delay4,.delay4 .item_box {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.bigImg {
    width: 1000px;
    margin: 0 auto;
    height: 475px;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center;
}

.bigImgNavs {
    height: auto;
    padding-bottom: 15px;
    width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow-x: auto;
}

.bigImgNavs a {
    display: inline-block;
    border: 3px solid #000;
    width: 110px;
}

.bigImgNavs .on {
    border: 3px solid #2f67e2;
}

.bigImgBar {
    background: #1a1a1a;
    line-height: 52px;
    color: #7c7c7c;
    margin-bottom: 40px;
}

.newsBar {
    background: #f60;
    color: #fff;
    overflow: hidden;
}

.newsBar li {
    float: left;
    background: none;
}

.newsBar li a {
    height: 56px;
    margin-bottom: 10px;
}

.newsBar li a:hover {
    color: #fff;
}

.newsBar li.cur a {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.digitalFooter {
    background: #262831;
}

.digitalFooter .foot1 {
    background: url(http://www.china71.com/static/default/web/images/digital_foot_pic.jpg) no-repeat right;
}

.digitalFooter .foot1 dl {
    padding-left: 0;
    padding-right: 5%;
    width: 10%;
}

.digitalFooter .ic {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(http://www.china71.com/static/default/web/images/digital_foot_ico.png) no-repeat 0 0;
}

.digitalFooter .ic2 {
    background-position: -100px 0;
}

.digitalFooter .ic3 {
    background-position: -200px 0;
}

.digitalFooter .ic4 {
    background-position: -300px 0;
}

.digitalFooter .ic5 {
    background-position: -400px 0;
}

.digitalFooter .ic6 {
    background-position: -500px 0;
}

.digitalFooter .animate_nums li {
    width: 16.66%;
}

.digitalFooter .foot_nums {
    height: 260px;
}

.pageFooter dl.digital_foot_intro {
    width: 26%;
    line-height: 28px;
}

.pageFooter dl.digital_foot_intro dd {
    color: #aaabad;
}

.brand_tit {
    text-align: center;
    position: absolute;
    color: #fff;
    width: 100%;
    top: 50%;
    margin-top: -75px;
}

.brand_tit ._tit {
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 25px;
}

.brand_tit ._sub {
    font-size: 20px;
    font-weight: normal;
}

.brand_tit ._sub p {
    display: inline-block;
    position: relative;
}

.brand_tit ._sub p:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,.5);
    top: 20px;
    left: -140px;
}

.brand_tit ._sub p:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,.5);
    top: 20px;
    right: -140px;
}

.brand_tit ._txt {
    font-size: 16px;
    margin-top: 16px;
}

.num_list {
    width: 102%;
}

.num_list li {
    background: #ffb400;
    width: 19%;
    height: 141px;
    float: left;
    margin-right: 1%;
    box-sizing: border-box;
    text-align: left;
}

.num_list li ._con {
    border: 6px solid #fff;
    padding: 5%;
    position: relative;
}

.num_list li i {
    background: url(http://www.china71.com/static/default/web/images/brand_num.png) no-repeat 0 0;
    display: inline-block;
    width: 115px;
    height: 100px;
}

.num_list .li2 i {
    background-position: -115px 0;
}

.num_list .li3 i {
    background-position: -230px 0;
}

.num_list .li4 i {
    background-position: -345px 0;
}

.num_list .li5 i {
    background-position: -460px 0;
}

.num_list li ._txt {
    position: absolute;
    left: 50%;
    margin-left: -38%;
    top: 0;
    font-size: 16px;
    width: 76%;
    padding-top: 10%;
}

.job_news {
    height: 64px;
    line-height: 64px;
    background: #f60;
    color: #fff;
    font-size: 15px;
}

.ydhl_sec1 {
    background: #ffb400;
    color: #fff;
    text-align: center;
    padding: 45px 0;
}

.ydhl_sec1 .p1 {
    font-size: 28px;
    line-height: 1;
}

.ydhl_sec1 .p2 {
    font-size: 44px;
    margin-bottom: 20px;
}

.ydhl_sec2 {
    padding-top: 80px;
}

.ydhl_sec2 ._t {
    font-size: 40px;
    color: #323232;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.ydhl_sec2 ._intro {
    font-size: 15px;
    margin-bottom: 80px;
}

.service_icos li {
    width: 20%;
    float: left;
    border-right: 1px solid #ededed;
    margin-bottom: 70px;
    margin-left: -1px;
    cursor: pointer;
}

.service_icos li .ic {
    display: inline-block;
    background: url(http://www.china71.com/static/default/web/images/brand_icos.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service_icos li .p1 {
    font-size: 16px;
}

.service_icos li .ic2 {
    background-position: -50px 0;
}

.service_icos li .ic3 {
    background-position: -100px 0;
}

.service_icos li .ic4 {
    background-position: -150px 0;
}

.service_icos li .ic5 {
    background-position: -200px 0;
}

.service_icos li .ic6 {
    background-position: -250px 0;
}

.service_icos li .ic7 {
    background-position: -300px 0;
}

.service_icos li .ic8 {
    background-position: -350px 0;
}

.service_icos li .ic9 {
    background-position: -400px 0;
}

.service_icos li .ic10 {
    background-position: -450px 0;
}

.service_icos li .ic14 {
    background-position: -150px -50px;
}

.service_icos li .ic15 {
    background-position: -200px -50px;
}

.service_icos li .ic16 {
    background-position: -250px -50px;
}

.service_icos li .ic17 {
    background-position: -300px -50px;
}

.service_icos li:hover .ic {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ydhl_sec3 {
    width: 100%;
    height: 242px;
    padding-top: 70px;
    background: url(http://www.china71.com/static/default/web/images/brand_bg2.jpg) no-repeat center;
    color: #fff;
    text-align: center;
    position: relative;
}

.ydhl_sec3 .inner_wrap {
    position: relative;
    height: 100%;
}

.ydhl_sec3 ._t {
    font-size: 42px;
    font-weight: normal;
}

.ydhl_sec3 ._intro {
    font-size: 15px;
}

.brand_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.brand_menu li {
    width: 14.1%;
    float: left;
    margin-right: 2px;
    cursor: pointer;
    background: rgba(0,0,0,.2);
    color: #fff;
    height: 52px;
    line-height: 52px;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brand_menu li.cur {
    background: #f60;
}

.brand_menu li a {
    display: block;
}

.brand_menu li a:hover {
    color: #fff;
}

.brand_menu li:hover {
    background: #2f67e2;
}

.ydhl_sec4 {
    background: #f4f4f4;
    padding: 70px 0;
}

.ydhl_sec4 .tip {
    font-size: 17px;
    color: #f60;
    margin-bottom: 30px;
}

.ydhl_sec4 ._t {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.ydhl_sec4 ._txt {
    margin-bottom: 40px;
    line-height: 2;
}

.ydhl_sec4 .links a {
    float: left;
    width: 100px;
    height: 50px;
    padding: 25px 0;
    background: #0497b7;
    text-align: center;
}

.ydhl_sec4 .links .a2 {
    background: #fa9f00;
}

.ydhl_sec4 .links .a3 {
    background: #65bc46;
}

.ydhl_sec4 .links a i {
    display: inline-block;
    background: url(http://www.china71.com/static/default/web/images/brand_icos.png) no-repeat 0 -50px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.ydhl_sec4 .links a:hover {
    opacity: .8;
}

.ydhl_sec4 .links .a2 i {
    background-position: -50px -50px;
}

.ydhl_sec4 .links .a3 i {
    background-position: -100px -50px;
    margin-right: 25px;
}

.ydhl_sec4 .links .a3 {
    width: auto;
    padding: 25px;
    color: #fff;
    font-size: 28px;
}

.qywz_sec1 {
    background: #2cbcb1;
}

.qywz_sec1 .p1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.qywz_sec1 .p2 {
    font-size: 15px;
}

.qy_num_list li {
    float: left;
    width: 20%;
    text-align: left;
    font-size: 15px;
}

.qy_num_list li i {
    float: left;
    background: url(http://www.china71.com/static/default/web/images/num_ico.png) no-repeat 0 0;
    margin-right: 20px;
    width: 30px;
    height: 120px;
}

.qy_num_list li .p {
    padding-top: 30px;
}

.qy_num_list li .ic2 {
    background-position: -30px 0;
}

.qy_num_list li .ic3 {
    background-position: -60px 0;
}

.qy_num_list li .ic4 {
    background-position: -90px 0;
}

.qy_num_list li .ic5 {
    background-position: -120px 0;
}

.qywz_ys {
    text-align: left;
}

.qywz_ys ._img {
    text-align: center;
}

.qywz_ys ._tit {
    font-size: 20px;
}

.qywz_ys ._list {
    border-left: 2px solid #f1f1f1;
    margin-left: 100px;
}

.qywz_ys ._list li {
    margin-bottom: 80px;
    position: relative;
    padding-left: 90px;
    cursor: pointer;
}

.qywz_ys ._list li .ic {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: url(http://www.china71.com/static/default/web/images/qywz_icos.png) no-repeat 0 0;
    position: absolute;
    left: -55px;
    top: -20px;
}

.qywz_ys ._list li .ic2 {
    background-position: -110px 0;
}

.qywz_ys ._list li .ic3 {
    background-position: -220px 0;
}

.qywz_ys ._list li .ic4 {
    background-position: -330px 0;
}

.qywz_ys ._list li:hover .ic {
    -ms-background-position-y: -110px;
    background-position-y: -110px;
}

.qywz_sec3 {
    background: url(http://www.china71.com/static/default/web/images/qywz_sec3_bg.jpg) no-repeat center fixed;
    width: 100%;
    padding: 60px 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.qywz_sec3 ._tit {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin-bottom: 45px;
}

.qywz_sec3 ._intro {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.qy_feature {
    margin: 0 auto;
}

.qy_feature .row>div,.qy_feature li {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    margin-bottom: 20px;
}

.qy_feature ._rect {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    background: rgba(117,166,196,.8);
}

.qy_feature ._rect span,.qy_feature ._c {
    display: table-cell;
    vertical-align: middle;
}

.qy_feature ._rect {
    cursor: pointer;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: table;
}

.qy_feature .row>div:hover ._rect,.qy_feature li:hover ._rect {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.qy_feature .row>div ._rect2,.qy_feature li ._rect2 {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffb400 !important;
    -webkit-transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform: rotateX(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.qy_feature .row>div:hover ._rect2,.qy_feature li:hover ._rect2 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotate(0deg);
    z-index: 10;
}

.qy_feature ._c {
    padding: 15%;
}

.qy_feature ._c h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

.qy_feature ._c p {
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}

.ssgs_sec1 {
    background: #42668f;
}

.ssgs_sec1 .qy_num_list li {
    width: 25%;
}

.ssgs_sec1 .p1 {
    font-size: 40px;
    line-height: 1;
}

.ssgs_sec1 .p2 {
    font-size: 52px;
    line-height: 1;
}

.ssgs_sec2 .service_icos li {
    width: 21.3%;
    text-align: left;
    padding: 0 6%;
}

.ssgs_sec2 .service_icos li .ic {
    float: left;
    margin-right: 6.25%;
}

.xyswz_sec1 {
    width: 100%;
    height: 204px;
    background: #2f67e2;
    text-align: center;
}

.xyswz_sec1 .bounceIn {
    float: left;
    visibility: hidden;
    opacity: 0;
}

.xyswz_sec1 .animated {
    visibility: visible;
    opacity: 1;
}

.xyswz_sec1 ._con {
    padding-top: 56px;
    padding-bottom: 51px;
    padding-left: 5%;
}

.xyswz_sec1 ._con .fh {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    padding: 1.5% 5%;
}

.xyswz_sec2 ._img {
    text-align: center;
}

.xyswz_sec2 ._img img {
    max-width: 84%;
}

.xyswz_sec2 .p1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.xyswz_sec2 .p2 {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
    line-height: 2em;
}

.xyswz_sec2 {
    padding-bottom: 90px;
}

.xyswz_sec2-b ._img {
    text-align: center;
}

.xyswz_sec2-b .p1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.xyswz_sec2-b .p2 {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
    line-height: 2em;
}

.xyswz_sec2-b {
    padding-bottom: 20px;
}

.ps-offer {
    display: block;
    position: relative;
    overflow: hidden;
}

.ps-offer img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    -ms-transform: scale3d(1.05,1.05,1);
    -o-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.ps-offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.5);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ps-offer:hover img {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.ps-offer:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}

.xyswz_sec3-waimao {
    background: url(http://www.china71.com/skin/wm-bg.jpg) fixed;
    background-size: cover;
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}

.xyswz_sec3 {
    background: url(http://www.china71.com/skin/322.jpg) fixed center center;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
}

.xyswz_sec3 .img_list li img {
    width: 100%;
}

.xyswz_sec3 ._tit {
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    margin-bottom: 65px;
}

.xyswz_sec3 ._tit b {
    color: #f60;
}

.xyswz_sec3 .img_list li {
    overflow: hidden;
}

.xyswz_sec3 .img_list li .t {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 35px;
}

.xyswz_sec3 .img_list li .t:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.xyswz_sec3 .img_list li ._con {
    height: 0;
    padding-bottom: 79%;
    background: #42668f;
    position: relative;
}

.xyswz_sec3 .img_list li .span-6 {
    position: relative;
    cursor: pointer;
}

.xyswz_sec3 .img_list li ._mask {
    background: rgba(0,0,0,.8);
    color: #fff;
    width: 90%;
    height: 90%;
    padding: 5%;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.xyswz_sec3 .img_list>.span-6:hover ._mask {
    top: 0;
}

.xyswz_sec3 .img_list li i {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 50px;
    background: url(http://www.china71.com/static/default/web/images/xyswz_num.png) no-repeat 0 0;
    bottom: 25px;
    right: 30px;
}

.xyswz_sec3 .img_list li .num02 {
    background-position: -60px 0;
}

.xyswz_sec3 .img_list li .num03 {
    background-position: -120px 0;
}

.xyswz_sec3 .img_list li .num04 {
    background-position: -180px 0;
}

.xyswz_sec3 .img_list li .num05 {
    background-position: -240px 0;
}

.xyswz_sec3 .img_list li .num06 {
    background-position: -300px 0;
}

.xyswz_sec3 .img_list .l4 ._con {
    background: #4d2e83;
}

.xyswz_sec3 .img_list .l5 ._con {
    background: #65bc46;
}

.xyswz_sec3 .img_list .l7 ._con {
    background: #ffb400;
}

.xyswz_sec3 .img_list .l10 ._con {
    background: #2cbcb1;
}

.xyswz_sec3 .img_list .l12 ._con {
    background: #42668f;
}

.xyswz_sec4 {
    text-align: center;
    padding: 65px 0;
}

.xyswz_sec4 ._tit {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
}

.xyswz_sec4 .p1 {
    font-size: 16px;
    margin-bottom: 50px;
}

.xyswz_sec4 .icos {
    width: 100%;
    height: 270px;
}

.xyswz_sec4 .dot ._list {
    display: none;
}

.xyswz_sec4 .dot ._list a {
    display: block;
    line-height: 28px;
}

.xyswz_sec4 .dot {
    z-index: 5;
    background: #fff;
    position: absolute;
    cursor: pointer;
    width: 128px;
    height: 128px;
    border: 1px solid #ddd;
    border-radius: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.xyswz_sec4 .dot .ic {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://www.china71.com/static/default/web/images/xyswz_ico.png) no-repeat 0 0;
    margin-top: 30px;
}

.xyswz_sec4 .dot h3 {
    line-height: 1;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.xyswz_sec4 .dot:hover {
    z-index: 6;
    background: #2f67e2;
    color: #fff;
    height: auto;
    padding-bottom: 30px;
}

.xyswz_sec4 .dot29 {
    z-index: 6;
    background: #2f67e2;
    color: #fff;
    height: auto;
    padding-bottom: 30px;
}

.xyswz_sec4 .dot:hover ._list {
    display: block;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
}

.xyswz_sec4 .dot:hover ._list a {
    color: #fff;
}

.xyswz_sec4 .dot1 .ic {
    background-position: 0 0;
}

.xyswz_sec4 .dot2 .ic {
    background-position: -50px 0;
}

.xyswz_sec4 .dot3 .ic {
    background-position: -100px 0;
}

.xyswz_sec4 .dot4 .ic {
    background-position: -150px 0;
}

.xyswz_sec4 .dot5 .ic {
    background-position: -200px 0;
}

.xyswz_sec4 .dot6 .ic {
    background-position: -250px 0;
}

.xyswz_sec4 .dot7 .ic {
    background-position: -300px 0;
}

.xyswz_sec4 .dot8 .ic {
    background-position: -350px 0;
}

.xyswz_sec4 .line {
    content: '';
    position: absolute;
    background: url(http://www.china71.com/static/default/web/images/line1_2.png) no-repeat center;
    width: 136px;
    height: 123px;
    z-index: 1;
}

.xyswz_sec4 .line2,.xyswz_sec4 .line4,.xyswz_sec4 .line6,.xyswz_sec4 .line8 {
    background-image: url(http://www.china71.com/static/default/web/images/line1_1.png);
    height: 123px;
    width: 136px;
}

.xyswz_sec4 .line1 {
    left: 7.5%;
    top: 80px;
}

.xyswz_sec4 .line2 {
    left: 22.7777%;
    top: 85px;
}

.xyswz_sec4 .line3 {
    left: 38.0554%;
    top: 80px;
}

.xyswz_sec4 .line4 {
    left: 53.3331%;
    top: 85px;
}

.xyswz_sec4 .line5 {
    left: 68.6108%;
    top: 80px;
}

.xyswz_sec4 .line6 {
    left: 83.8885%;
    top: 85px;
}

.xyswz_sec4 .line7 {
    left: 82%;
    top: 80px;
}

.xyswz_sec4 .dot1:hover .ic {
    background-position: 0 -50px;
}

.xyswz_sec4 .dot2:hover .ic {
    background-position: -50px -50px;
}

.xyswz_sec4 .dot3:hover .ic {
    background-position: -100px -50px;
}

.xyswz_sec4 .dot4:hover .ic {
    background-position: -150px -50px;
}

.xyswz_sec4 .dot5:hover .ic {
    background-position: -200px -50px;
}

.xyswz_sec4 .dot6:hover .ic {
    background-position: -250px -50px;
}

.xyswz_sec4 .dot7:hover .ic {
    background-position: -300px -50px;
}

.xyswz_sec4 .dot8:hover .ic {
    background-position: -350px -50px;
}

.xyswz_sec4 .dot1 {
    top: 0;
}

.xyswz_sec4 .dot2 {
    bottom: 0;
    left: 15.3447%;
}

.xyswz_sec4 .dot3 {
    top: 0;
    left: 30.6894%;
}

.xyswz_sec4 .dot4 {
    bottom: 0;
    left: 46.0341%;
}

.xyswz_sec4 .dot5 {
    top: 0;
    left: 61.3788%;
}

.xyswz_sec4 .dot6 {
    bottom: 0;
    left: 76.7236%;
}

.xyswz_sec4 .dot7 {
    top: 0;
    left: 91.9%;
}

.xyswz_sec4 .dot8 {
    bottom: 0;
    left: 99.99%;
}

.ydhl_banner {
    width: 100%;
    height: 526px;
}

.ydhl_banner .slide_nav {
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.ydhl_banner .slide_nav a {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    margin: .5em;
    background: #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    overflow: hidden;
    line-height: 99px;
}

.ydhl_banner img {
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.ydhl_banner .slide_nav .on {
    background: #2f67e2;
}

.ydhl_banner .arrs {
    z-index: 99;
    background: url(http://www.china71.com/static/default/web/images/banner_arr.png) no-repeat 0 0;
    width: 46px;
    height: 91px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.ydhl_banner .arr_prev {
    left: 2%;
}

.ydhl_banner .arr_next {
    right: 2%;
    background-position: -46px 0;
}

.ydhl_banner .arr_prev:hover {
    background-position: 0 -91px;
}

.ydhl_banner .arr_next:hover {
    background-position: -46px -91px;
}

.ydhl_banner:hover .arrs {
    display: block;
}

.ydhl_index_sec1 {
    padding: 40px 0;
    background: #f60;
    color: #fff;
    margin-bottom: 55px;
}

.soft_zonghe {
    background: none;
}

.ydhl_index_sec1 ._tit {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1;
}

.ydhl_index_sec1 ._dis {
    font-size: 14px;
}

.ydhl_index_sec1 ._dis a:hover {
    color: #fff
}

.ydhl_index_sec1 .exp_btn {
    width: 184px;
    height: 44px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
}

.ydhl_index_sec1 .exp_btn a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
}

.ydhl_index_sec1 .exp_btn a:hover {
    background-color: #fff;
    color: #2f67e2;
}

.ydhl_index_sec2 {
    margin-bottom: 40px;
}

.ydhl_index_sec2 li {
    float: left;
    width: 25%;
    height: 0;
    padding-bottom: 34.5%;
    overflow: hidden;
}

.ydhl_index_sec2 li ._img {
    position: relative;
    overflow: hidden;
}

.ydhl_index_sec2 li ._img img {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ydhl_index_sec2 li ._img:hover img {
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

.ydhl_index_sec2 li ._con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,.6);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ydhl_index_sec2 li ._con .ic {
    display: block;
    width: 60px;
    height: 60px;
    background: url(http://www.china71.com/static/default/web/images/ydhl_index_ico.png) no-repeat 0 0;
    margin: 25% auto 20px auto;
}

.ydhl_index_sec2 li ._con .ic2 {
    background-position: -60px 0;
}

.ydhl_index_sec2 li ._con .ic3 {
    background-position: -120px 0;
}

.ydhl_index_sec2 li ._con .ic4 {
    background-position: -180px 0;
}

.ydhl_index_sec2 li ._con h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.ydhl_index_sec2 li ._con ._txt {
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,.4);
    border-top: 1px solid #fff\9\0;
    width: 54%;
    margin: 0 auto;
    padding-top: 20px;
}

.ydhl_index_news {
    padding: 60px 0;
    background: #f5f7f8;
    margin-bottom: 50px;
}

.ydhl_index_news ._tit {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 50px;
}

.news_list li {
    width: 25%;
    float: left;
    background: #fff;
}

.news_list li ._con {
    display: block;
    border-right: 1px solid #ddd;
    padding: 45px 30px 80px 30px;
}

.news_list li ._con ._date {
    width: 90px;
    text-align: center;
    color: #878787;
    font-family: Arial;
    border-bottom: 2px solid #fac9a7;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 20px;
}

.news_list li ._con h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}

.news_list li ._con ._txt {
    color: #878787;
}

.digital_index_baner {
    height: 527px;
    width: 100%;
}

.digital_index_baner img {
    position: absolute;
    max-width: none;
    left: 50%;
    margin-left: -960px;
}

.digital_navs {
    border-bottom: 1px solid #e9e9e9;
}

.digital_navs ._con {
    text-align: center;
    padding: 40px 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin-left: -1px;
}

.digital_navs ._con h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    color: #e84f1e
}

.digital_navs ._con i {
    width: 40px;
    height: 2px;
    background: #272636;
    display: inline-block;
}

.digital_navs ._con .p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.digital_index_word {
    background: #051a22;
    padding: 80px 0;
    margin-top: -30px;
}

.digital_index_news ._con {
    padding: 50px 50px 70px 50px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin-left: -1px;
    display: block;
}

.digital_index_news ._con ._date {
    color: #b9b9b9;
    font-size: 14px;
    font-family: Arial;
    border-bottom: 2px solid #fac9a7;
    margin-bottom: 20px;
    width: 90px;
}

.digital_index_news ._con h4 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    height: 70px;
    overflow: hidden;
}

.digital_index_news .newlogo {
    padding-top: 50px;
}

.digital_index_news .span-3:first-child ._con {
    border: 0;
}

.digital_index_list li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.digital_index_list li .ic {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100px;
    height: 100px;
    background: url(http://www.china71.com/static/default/web/images/digital_index_icos.png) no-repeat 0 0;
    margin: 0 auto 20px auto;
}

.digital_index_list li .ic2 {
    background-position: -100px 0;
}

.digital_index_list li .ic3 {
    background-position: -200px 0;
}

.digital_index_list li .ic4 {
    background-position: -300px 0;
}

.digital_index_list li .ic5 {
    background-position: -400px 0;
}

.digital_index_list li .ic6 {
    background-position: -500px 0;
}

.digital_index_footer #canvas_box {
    height: 280px;
}

.digital_index_footer .foot_nums {
    height: 280px;
}

.digital_index_footer .digital_index_list {
    overflow: hidden;
    padding-top: 60px;
}

.digital_index_list li:hover .ic {
    transform: translateY(-15px);
}

.zthd_sec1 {
    background: #f2ad0a;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
}

.zthd_sec1 li {
    float: left;
    overflow: hidden;
    text-align: left;
    width: 27%;
    font-size: 16px;
}

.zthd_sec1 ._tit {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 60px;
}

.zthd_sec1 li i {
    float: left;
    width: 26%;
    height: 0;
    padding-bottom: 25%;
    background: url(http://www.china71.com/static/default/web/images/brand_num.png);
    -webkit-background-size: 500% 100%;
    background-size: 500% 100%;
    margin-right: 4%;
}

.zthd_sec1 li span {
    margin-top: 25px;
    display: inline-block;
}

.zthd_sec1 li.line {
    text-align: center;
    width: 9.5%;
}

.zthd_sec1 li .n2 {
    background-position: -100% 0;
}

.zthd_sec1 li .n3 {
    background-position: -200% 0;
}

.zthd_sec2 {
    padding-top: 80px;
    padding-bottom: 90px;
}

.zthd_sec2 ._t {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}

.zthd_sec2 ._sub {
    font-size: 15px;
    color: #787878;
    text-align: center;
    margin-bottom: 90px;
}

.zthd_sec2 ._list {
    border-left: 1px solid #ddd;
}

.zthd_sec2 ._list li {
    font-size: 15px;
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.zthd_sec2 ._list li .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #2f67e2;
    background: #fff;
    border-radius: 8px;
    left: -9px;
    top: 3px;
}

.zthd_sec2 ._list li .dot.red {
    background: #2f67e2;
}

.zthd_sec2 ._list li:hover .dot {
    background: #2f67e2;
}

.zthd_sec3 {
    background: url(http://www.china71.com/static/default/web/images/zthd_bg1.jpg) no-repeat center fixed;
    height: 363px;
    padding-top: 60px;
}

.zthd_sec3 ._tit {
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.zthd_sec3 ._con {
    background: #f60;
    color: #fff;
    padding-bottom: 35%;
    height: 0;
    font-size: 20px;
    text-align: center;
}

.zthd_sec3 ._sub {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.zthd_sec3 ._con span {
    display: block;
    padding-top: 13%;
    position: relative;
}

.zthd_sec3 ._con span:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    left: 20%;
    top: 78%;
}

.zthd_sec3 ._con span:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: 20%;
    top: 78%;
}

.zthd_sec3 ._con2 {
    background: #ffb400;
}

.zthd_sec3 ._con3 {
    background: #f2c200;
}

.zthd_sec3 ._con4 {
    background: #65bc46;
}

.yxwz_sec1 {
    background: #f6f6f6;
    padding: 50px 0;
    text-align: center;
}

.yxwz_sec1 ._t {
    font-size: 40px;
}

.yxwz_sec1 ._info {
    margin-bottom: 60px;
}

.yxwz_sec2 {
    padding: 60px 0;
}

.yxwz_sec2 ._t {
    font-size: 40px;
}

.yxwz_sec2 ._t span {
    color: #f60;
}

.yxwz_sec2 ._intro {
    font-size: 15px;
    margin-bottom: 50px;
}

.yxwz_sec2 .full-row>div {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.yxwz_sec2 .full-row img {
    max-width: 100%;
}

.yxwz_sec2 ._con {
    text-align: left;
    color: #fff;
    padding: 40px 10%;
    overflow: hidden;
}

.yxwz_sec2 ._con1 {
    background: #f60;
}

.yxwz_sec2 ._con2 {
    background: #ff9000;
}

.yxwz_sec2 ._con3 {
    background: #65bc46;
}

.yxwz_sec2 ._con h3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.yxwz_sec2 ._con ._intro {
    margin-bottom: 50px;
    height: 72px;
    overflow: hidden;
}

.yxwz_sec2 li {
    margin-bottom: 8px;
    white-space: nowrap;
}

.yxwz_sec2 ._con ul {
    float: left;
    width: 50%;
    min-height: 112px;
}

.yxwz_sec2 ._con .list2 {
    display: none;
}

.yxwz_sec2 .span-6 ._con .list2 {
    display: block;
}

.yxwz_sec2 ._con li em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    vertical-align: middle;
    margin-right: 15px;
}

.yxwz_sec2 ._con .ic {
    display: block;
    background: url(http://www.china71.com/static/default/web/images/brand_num.png) no-repeat 0 0;
    width: 115px;
    height: 100px;
    margin-bottom: 20px;
}

.yxwz_sec2 ._con2 .ic {
    background-position: -115px 0;
}

.yxwz_sec2 ._con3 .ic {
    background-position: -230px 0;
}

.yxwz_sec3 li .ic {
    display: block;
    width: 40px;
    height: 40px;
}

.yxwz_sec3 ._t {
    font-size: 40px;
    text-align: center;
}

.yxwz_sec3 ._t span {
    font-size: 48px;
    font-weight: bold;
    color: #2f67e2;
    font-family: Arial;
}

.yxwz_sec3 ._info {
    text-align: center;
    font-size: 15px;
    margin-bottom: 80px;
}

.yxwz_sec3 ._list .ic-b {
    display: block;
    width: 40px;
    height: 40px;
    background: url(http://www.china71.com/static/default/web/images/yxwz_icos2.png) no-repeat 0 0;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yxwz_sec3 ._list li .ic22 {
    background-position: -40px 0;
}

.yxwz_sec3 ._list li .ic23 {
    background-position: -80px 0;
}

.yxwz_sec3 ._list li .ic24 {
    background-position: -120px 0;
}

.yxwz_sec3 ._list li .ic25 {
    background-position: -160px 0;
}

.yxwz_sec3 ._list li ._con:hover .ic-b {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.yxwz_sec3 ._list .ic {
    display: block;
    width: 40px;
    height: 40px;
    background: url(http://www.china71.com/static/default/web/images/yxwz_icos.png) no-repeat 0 0;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yxwz_sec3 ._list li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 85px;
}

.yxwz_sec3 ._list li ._con {
    border-right: 1px solid #ddd;
}

.yxwz_sec3 ._list li .ic2 {
    background-position: -40px 0;
}

.yxwz_sec3 ._list li .ic3 {
    background-position: -80px 0;
}

.yxwz_sec3 ._list li .ic4 {
    background-position: -120px 0;
}

.yxwz_sec3 ._list li .ic5 {
    background-position: -160px 0;
}

.yxwz_sec3 ._list li .ic6 {
    background-position: 0 -40px;
}

.yxwz_sec3 ._list li .ic7 {
    background-position: -40px -40px;
}

.yxwz_sec3 ._list li .ic8 {
    background-position: -80px -40px;
}

.yxwz_sec3 ._list li .ic9 {
    background-position: -120px -40px;
}

.yxwz_sec3 ._list li .ic10 {
    background-position: -160px -40px;
}

.yxwz_sec3 ._list li ._con:hover .ic {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.yxwz_sec4 {
    width: 100%;
    background: url(http://www.china71.com/static/default/web/images/yxwz_bg1.jpg) no-repeat center fixed;
    height: auto;
    padding: 60px 0;
    color: #fff;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.yxwz_sec4 ._t {
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.yxwz_sec4 ._t b {
    color: #f60;
}

.yxwz_sec4 ._intro {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}

.yxwz_sec4 ._list {
    overflow: hidden;
    width: 102%;
}

.yxwz_sec4 ._list-b {
    width: 102%;
}

.yxwz_sec4 li {
    float: left;
    width: 18%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 25px;
}

.yxwz_sec4 .ic {
    display: block;
    width: 40px;
    height: 40px;
    background: url(http://www.china71.com/static/default/web/images/yxwz_icos.png) no-repeat 0 -80px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.yxwz_sec4 .ic2 {
    background-position: -40px -80px;
}

.yxwz_sec4 .ic3 {
    background-position: -80px -80px;
}

.yxwz_sec4 .ic4 {
    background-position: -120px -80px;
}

.yxwz_sec4 .ic5 {
    background-position: -160px -80px;
}

.yxwz_sec4 .ic6 {
    background-position: 0px -120px;
}

.yxwz_sec4 .ic7 {
    background-position: -40px -120px;
}

.yxwz_sec4 .ic8 {
    background-position: -80px -120px;
}

.yxwz_sec4 .ic9 {
    background-position: -120px -120px;
}

.yxwz_sec4 .ic10 {
    background-position: -160px -120px;
}

.yxwz_sec4 .qy_feature ._rect {
    background: rgba(0,0,0,.5);
}

.yxwz_sec4 .qy_feature ._c {
    padding: 8% 15%;
}

.top_title {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    margin: 15px 0 15px 60px;
}

.top_title h1 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
	line-height:43px;
}

.brand_intro_list>li {
    display: none;
}

.brand_intro_list li.show {
    display: block;
}

.breadCrumb h2 {
    font-size: 17px;
    font-weight: normal;
    display: inline-block;
}

.ecommerce_menu h2 {
    font-size: 62px;
    font-weight: normal;
    font-family: Arial;
    line-height: 1;
    color: #f60;
}

.ecommerce_menu h3 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}

.ecommerce_menu ._txt {
    margin-bottom: 90px;
    font-size: 16px;
}

.eMenu_con {
    height: auto;
    line-height: 68px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    text-align: center;
    width: 100%;
    background: #fff;
}

.eMenu {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}

.eMenu_con.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

.eMenu a {
    display: inline-block;
}

.eMenu a.cur {
    border-bottom: 1px solid #f27824;
    color: #f60;
}

.eMenu em {
    display: inline-block;
    margin: 0 1.5%;
    width: 1px;
    height: 16px;
    background: #e3e3e3;
}

.eMenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.ecommerce_list li {
    text-align: center;
    float: left;
    margin-bottom: 70px;
    cursor: pointer;
}

.ecommerce_list li .ic {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(http://www.china71.com/static/default/web/images/ecommerce_icos.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecommerce_list li h3 {
    font-weight: normal;
    font-size: 18px;
}

.ecommerce_list li ._con {
    border-right: 1px solid #ddd;
}

.ecommerce_list li .ic2 {
    background-position: -70px 0;
}

.ecommerce_list li .ic3 {
    background-position: -140px 0;
}

.ecommerce_list li .ic4 {
    background-position: -210px 0;
}

.ecommerce_list li .ic5 {
    background-position: -280px 0;
}

.ecommerce_list li .ic6 {
    background-position: -350px 0;
}

.ecommerce_list li .ic7 {
    background-position: -420px 0;
}

.ecommerce_list li .ic8 {
    background-position: -490px 0;
}

.ecommerce_list li .ic9 {
    background-position: -560px 0;
}

.ecommerce_list li .ic10 {
    background-position: -630px 0;
}

.ecommerce_list li .ic11 {
    background-position: -700px 0;
}

.ecommerce_list li .ic12 {
    background-position: -770px 0;
}

.ecommerce_list li .ic13 {
    background-position: -840px 0;
}

.ecommerce_list li .ic14 {
    background-position: -910px 0;
}

.ecommerce_list li .ic15 {
    background-position: -980px 0;
}

.ecommerce_list li:hover .ic {
    transform: translateY(-15px);
}

.ecommerce_sec2 {
    width: 100%;
    height: 693px;
    padding: 80px 0;
    background: url(http://www.china71.com/static/default/web/images/ecommerce_bg.jpg) no-repeat center fixed;
    color: #fff;
    text-align: center;
}

.ecommerce_sec2 h3 {
    font-size: 40px;
    font-weight: normal;
}

.ecommerce_sec2 ._intro {
    font-size: 16px;
    margin-bottom: 70px;
}

.ecommerce_sec2 ._img img {
    width: 89%;
}

.ecshop {
    background-image: url(http://www.china71.com/static/default/web/images/eshop_bj.jpg);
}

.ecommerceBan {
    height: 525px;
    width: 100%;
    display: none;
}

.ec_sec1 {
    background: #2f67e2;
    color: #fff;
    text-align: center;
}

.ec_sec1 h3 {
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
}

.ec_sec1 ._intro {
    font-size: 14px;
}

.ec_sec2 {
    margin-bottom: 40px;
}

.ec_sec2 ._con {
    position: absolute;
    z-index: 10;
    color: #fff;
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    padding-top: 15%;
    cursor: pointer;
}

.ec_sec2 img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ec_sec2 .span-6 {
    overflow: hidden;
}

.ec_sec2 .span-6:hover img {
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

.ec_sec2 ._con h3 {
    font-size: 48px;
    line-height: 1;
    font-family: Arial;
    margin-bottom: 10px;
}

.ec_sec2 ._con h4 {
    font-size: 25px;
    font-weight: normal;
}

.ec_sec2 ._con ._txt {
    font-size: 14px;
    width: 60%;
    margin: 0 auto 20px auto;
}

.ec_sec2 ._con .ic {
    width: 48px;
    height: 48px;
    background: url(http://www.china71.com/static/default/web/images/ecommerce_ic1.png) no-repeat center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 20px;
}

.ec_sec2 ._con .ic a {
    display: block;
    width: 100%;
    height: 100%;
}

.ec_sec2 ._con:hover .ic {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.ec_sec3 {
    padding-bottom: 60px;
}

.ec_sec3 h3 {
    font-size: 40px;
    font-weight: normal;
}

.ec_sec3 ._txt {
    font-size: 16px;
    margin-bottom: 50px;
}

.ec_sec3 ._top {
    color: #fff;
    height: 130px;
    background: #f60;
    padding-top: 40px;
}

.ec_sec3 ._top .ic {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(http://www.china71.com/static/default/web/images/ec_index_ico.png) no-repeat 0 0;
}

.ec_sec3 ._top p {
    font-size: 22px;
}

.ec_sec3 ._links {
    background: #f6f6f6;
    padding: 50px 40px;
    height: 140px;
    text-align: left;
}

.ec_sec3 ._con:hover ._links {
    background: #f0f0f0;
}

.ec_sec3 ._links dl {
    width: 48%;
}

.ec_sec3 ._links dl:last-child {
    float: right;
}

.ec_sec3 ._links dt {
    font-size: 17px;
    margin-bottom: 15px;
}

.ec_sec3 ._links dd {
    float: left;
    width: 50%;
    white-space: nowrap;
    line-height: 28px;
    color: #898989;
    cursor: pointer;
}

.ec_sec3 ._con2 ._top {
    background: #42668f;
}

.ec_sec3 ._con3 ._top {
    background: #2cbcb1;
}

.ec_sec3 ._con2 ._top .ic {
    background-position: -60px 0;
}

.ec_sec3 ._con3 ._top .ic {
    background-position: -120px 0;
}

.ec_sec4 {
    width: 100%;
    height: 642px;
    margin-bottom: 40px;
    background: url(http://www.china71.com/static/default/web/images/ec_index_bg.jpg) no-repeat center fixed;
    padding-top: 60px;
    padding-bottom: 110px;
}

.ec_sec4 ._tit {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.ec_sec4 ._info {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

#img-slider .slide {
    width: 100%;
    background: #fff;
    position: absolute;
}

#img-slider .slide .img {
    margin: 10px auto;
    border: none;
}

#img-slider .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(204,205,206,5);
    -moz-box-shadow: 0 1px 0 rgba(204,205,206,5);
    -ms-box-shadow: 0 1px 0 rgba(204,205,206,5);
    box-shadow: 0 1px 0 rgba(204,205,206,5);
    border: 1px solid #edeeee;
    background-color: #fff;
    width: 780px;
    height: 500px;
    position: relative;
}

#img-slider .img img {
    display: block;
    width: 100%;
}

#img-slider .img:first-child {
    display: block;
}

.switcher-wrap {
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
}

.switcher-wrap.slider {
    padding-left: 24%;
    padding-right: 24%;
    padding-top: 50px;
}

.switcher-wrap.slider #img-slider ._img {
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    border-color: #fff;
}

.switcher-wrap a.next,.switcher-wrap a.prev {
    position: absolute;
    width: 40px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    background: url(http://www.china71.com/static/default/web/images/banner_arr2.png) no-repeat 0 0;
}

.switcher-wrap a.next {
    background-position: -43px 0;
    right: 0;
}

.switcher-wrap a.prev {
    background-position: 0 0;
    left: 0;
}

.switcher-wrap a:hover {
    -ms-background-position-y: -81px;
    background-position-y: -81px;
}

.switcher-wrap ul.switcher {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.switcher-wrap ul.switcher li {
    display: inline-block;
    margin: 0 25px;
}

.switcher-wrap ul.switcher li a {
    display: block;
    color: #fff;
    font-size: 17px;
}

.switcher-wrap ul.switcher li a:hover,.switcher-wrap ul.switcher li.active a {
    display: block;
    border-bottom: 1px solid #fff;
}

.switcher-wrap ul.switcher li:last-child {
    margin-right: 0;
}

.switcher-wrap ._img img {
    width: 100%;
}

.switcher-wrap .label {
    background: #fff;
    padding: 30px 40px;
}

.switcher-wrap .label h3 {
    font-size: 20px;
    color: #474747;
    line-height: 1;
    margin-bottom: 10px;
}

.switcher-wrap ._txt {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
}

.digital_header.pageHeader .wrap {
    padding-right: 80px;
}

.digital_header .nav > ul > li {
    width: 18%;
}

.qyzq_sec2 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.qyzq_sec2 h3 {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
}

.qyzq_sec2 .qyzq_list li {
    margin-bottom: 60px;
}

.qyzq_sec2 .qyzq_list li ._con {
    border-right: 1px solid #ededed;
    padding-left: 40px;
    padding-right: 60px;
    cursor: pointer;
}

.qyzq_sec2 .qyzq_list li ._con:hover {
    background: #fa9f00;
    color: #fff;
}

.qyzq_sec2 ._tit {
    margin-bottom: 25px;
}

.qyzq_sec2 ._intro {
    margin-bottom: 80px;
    font-size: 15px;
}

.qyzq_sec2 ._con {
    padding: 30px;
    padding-right: 70px;
    overflow: hidden;
}

.qyzq_sec2 ._con ._num {
    float: left;
    margin-top: -10px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    font-family: Arial;
    color: #fa9f00;
    margin-right: 15px;
}

.qyzq_sec2 .qyzq_list li ._con:hover ._num {
    color: #fbb558;
}

.qyzq_sec3 {
    background: url(http://www.china71.com/static/default/web/images/qyzq_pic.jpg) no-repeat center;
}

.zonghe_sec1 ._tit {
    font-size: 40px;
    color: #727272;
    font-weight: normal;
}

.zonghe_sec1 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zonghe_sec1 ._txt {
    font-size: 16px;
    margin-bottom: 50px;
}

.zonghe_scroll {
    padding: 0 80px 40px 80px;
}

.zonghe_scroll li {
    float: left;
    width: 23%;
}

.zonghe_scroll li ._con {
    display: block;
    background: #f8f8f8;
    padding: 10%;
    cursor: pointer;
}

.zonghe_scroll li ._con h3 {
    font-size: 20px;
    font-weight: normal;
}

.zonghe_scroll li ._con h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.zonghe_scroll li ._con dl {
    margin-bottom: 40px;
}

.zonghe_scroll li ._con dd {
    line-height: 26px;
}

.zonghe_scroll li ._con dd .ion {
    display: inline-block;
    width: 15px;
    vertical-align: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(http://www.china71.com/static/default/web/images/list_arr.png) -15px 0 no-repeat;
    *text-indent: 0;
    *zoom:expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '\3000');-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zonghe_scroll li ._con dd .ion:before {
    content: '\3000';
}

.zonghe_scroll li ._con dd:hover .ion {
    background-position: 0 0;
}

.zonghe_scroll li ._con .ic {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    background: url(http://www.china71.com/static/default/web/images/zh_icos.png) no-repeat 0 0;
    width: 86px;
    height: 86px;
    margin-bottom: 10px;
}

.zonghe_scroll li ._con .ic2 {
    background-position: -86px 0;
}

.zonghe_scroll li ._con .ic3 {
    background-position: -172px 0;
}

.zonghe_scroll li ._con .ic4 {
    background-position: -258px 0;
}

.zonghe_scroll li ._con .ic5 {
    background-position: -344px 0;
}

.zonghe_scroll li ._con .ic6 {
    background-position: -430px 0;
}

.zonghe_scroll li ._con .ic7 {
    background-position: -516px 0;
}

.zonghe_scroll li ._con ._more {
    display: block;
    font-size: 15px;
    width: 155px;
    max-width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.zonghe_scroll li ._con ._more:hover {
    background: #f8f8f8;
}

.zonghe_scroll li ._con:hover {
    background: #f60;
    color: #fff;
}

.zonghe_scroll li ._con:hover .ic {
    -ms-background-position-y: -86px;
    background-position-y: -86px;
}

.zonghe_scroll .arrs {
    width: 46px;
    height: 91px;
    top: 50%;
    margin-top: -45px;
    display: block;
    background: url(http://www.china71.com/static/default/web/images/banner_arr.png) no-repeat 0 0;
}

.zonghe_scroll .arr_prev {
    left: 0;
}

.zonghe_scroll .arr_next {
    right: 0;
    background-position: -46px 0;
}

.zonghe_scroll .scroll_nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
}

.zonghe_scroll .scroll_nav a {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #e2e2e2;
    border-radius: 9px;
    line-height: 99;
    overflow: hidden;
    margin: 0 5px;
}

.zonghe_scroll .scroll_nav a.on {
    background: #bababa;
}

.zonghe_scroll .arrs:hover {
    -ms-background-position-y: -91px;
    background-position-y: -91px;
}

.zonghe_sec2 {
    width: 100%;
    height: 500px;
    padding: 45px 0;
    background: url(http://www.china71.com/static/default/web/images/ydhl_zh_bg3.jpg) no-repeat center fixed;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
}

.zonghe_sec2 ._tit,.zonghe_sec3 ._tit {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.zonghe_sec2 ._info,.zonghe_sec3 ._info {
    font-size: 16px;
    margin-bottom: 60px;
}

.zonghe_sec2 .qy_feature ._c {
    padding: 10% 15%;
}

.zonghe_sec2 .qy_feature ._rect {
    background: rgba(0,0,0,.5);
}

.zonghe_sec3 {
    background: url(http://www.china71.com/static/default/web/images/ydhl_zh_bg2.jpg) no-repeat center;
    color: #fff;
    padding: 50px 0;
}

.zonghe_sec3 ._info {
    margin-bottom: 40px;
}

.zonghe_sec3 ._list {
    padding: 0 90px;
}

.zonghe_sec3 .arrs {
    display: block;
    width: 42px;
    height: 80px;
    background: url(http://www.china71.com/static/default/web/images/banner_arr2.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
}

.zonghe_sec3 .arr_prev {
    left: 0;
}

.zonghe_sec3 .arr_next {
    right: 0;
    background-position: -41px 0;
}

.zonghe_sec3 .arrs:hover {
    -ms-background-position-y: -81px;
    background-position-y: -81px;
}

.zonghe_sec3 li {
    width: 48%;
    text-align: center;
}

.zonghe_sec3 li img {
    width: 516px!important;
    height: 297px!important;
}

.zonghe_sec3 .scroll_nav {
    display: none;
}

.yxk_sec1 {
    padding: 80px 0;
}

.yxk_sec1 ._tit {
    margin-bottom: 30px;
}

.yxk_sec1 h3 {
    margin-bottom: 15px;
}

.yxk_sec1 ._intro {
    font-size: 15px;
    padding: 0 18%;
}

.yxk_sec2 {
    background: #efefef;
    padding: 80px 0;
}

.yxk_sec2 ._con {
    background: #fff;
    padding: 10%;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    padding-left: 40%;
    position: relative;
}

.yxk_sec2 ._con .ic {
    left: 10%;
    top: 22%;
    text-align: center;
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    border-radius: 50px;
}

.yxk_sec2 ._con .ic i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: url(http://www.china71.com/static/default/web/images/yxk_icos.png) no-repeat 0 0;
}

.yxk_sec2 ._con h3 {
    font-size: 22px;
    font-weight: normal;
}

.yxk_sec2 ._con .ic2 i {
    background-position: -60px 0;
}

.yxk_sec2 ._con .ic3 i {
    background-position: -120px 0;
}

.yxk_sec2 ._con .ic4 i {
    background-position: -180px 0;
}

.yxk_sec2 ._con .ic5 i {
    background-position: -240px 0;
}

.yxk_sec2 ._con .ic6 i {
    background-position: -300px 0;
}

.yxk_sec2 ._con:hover {
    color: #fff;
    background: #ffb400;
}

.yxk_sec2 ._con ._txt {
    white-space: nowrap;
}

.yxk_sec3 {
    padding-bottom: 0;
}

.yxk_sec4 {
    background: url(http://www.china71.com/static/default/web/images/yxk_bg2.jpg) no-repeat center fixed;
    padding-top: 80px;
    color: #fff;
    padding-bottom: 110px;
}

.yxk_sec4 ._tit {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.yxk_sec4 ._info {
    margin-bottom: 80px;
    font-size: 18px;
}

.qa_list ._con {
    text-align: left;
    padding: 12%;
    border: 6px solid #fff;
    color: #fff;
}

.qa_list ._con h3 {
    font-size: 24px;
    font-weight: normal;
}

.qa_list ._con h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.qa_list ._con ._num {
    font-size: 70px;
    color: #fff;
    font-family: Arial;
    display: block;
    line-height: 1;
    font-weight: bold;
}

.qa_list ._con li {
    line-height: 30px;
}

.qa_list ._con:hover {
    background: rgba(255,255,255,.8);
}

.qa_list ._con:hover h3 {
    color: #000;
}

.qa_list ._con:hover h4 {
    color: #000;
}

.qa_list ._con:hover li {
    color: #7c7669;
}

.qa_list ._con:hover ._num {
    color: #9d9584;
}

.client_list li {
    width: 25%;
    float: left;
}

.client_list ._con {
    padding: 0 10%;
}

.client_list ._con ._img {
    margin-bottom: 25px;
    height: 80px;
}

.client_list ._con ._img img {
    height: 100%;
    width: auto;
}

.client_list ._con ._txt {
    line-height: 28px;
}

.yxk_sec5 {
    padding: 80px 0;
    position: relative;
}

.yxk_sec5 ._tit {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.yxk_sec5 ._intro {
    font-size: 24px;
    color: #737272;
    text-align: center;
    margin-bottom: 80px;
}

.yxk_sec5 .parrs {
    display: block;
    width: 50px;
    height: 50px;
    background: url(http://www.china71.com/static/default/web/images/rect_arr.png) no-repeat 0 0;
    position: absolute;
    top: 64%;
}

.yxk_sec5 .parrs:hover {
    -ms-background-position-y: -50px;
    background-position-y: -50px;
}

.yxk_sec5 .parr_next {
    background-position: -50px 0;
    right: 2%;
}

.yxk_sec5 .parr_prev {
    left: 2%;
}

.client_list .scroll_nav {
    display: none;
}

.fz30 {
    font-size: 30px;
    font-weight: normal;
}

.fz40 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
}

.erp_img {
    margin: 0 auto;
}

.erp_img img {
    width: 41.5%;
}

.erp_sec2 {
    line-height: 1;
    height: 510px;
    width: 100%;
    padding: 110px 0;
    background: url(http://www.china71.com/static/default/web/images/erp_bg.jpg) no-repeat center fixed;
    color: #fff;
}

.erp_sec2 ._tit {
    margin-bottom: 20px;
}

.erp_sec2 ._intro {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 80px;
}

.police_sec1 {
    padding: 80px 0;
}

.police_sec1 ._tit {
    color: #0737a3;
    margin-bottom: 30px;
}

.police_sec1 ._intro {
    font-size: 15px;
}

.police_sec2 {
    background: url(http://www.china71.com/static/default/web/images/police_bg.jpg) no-repeat center fixed;
    height: 469px;
    padding: 70px 0;
}

.police_sec2 ._list {
    padding: 0 7%;
    color: #fff;
}

.police_sec2 ._list ._con {
    cursor: pointer;
    background: #02032b;
    height: 100px;
    padding: 60px 40px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 150px;
}

.police_sec2 ._list h3 {
    font-size: 24px;
    font-weight: normal;
}

.wb80 {
    width: 84%;
    margin: 8% auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.police_sec2 ._list .ic {
    position: absolute;
    display: block;
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    border-radius: 52px;
    background: #5886f0;
    left: 30px;
}

.police_sec2 ._list i {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    display: inline-block;
    background: url(http://www.china71.com/static/default/web/images/police_icos.png) no-repeat 0 0;
}

.police_sec2 ._list .ic2 i {
    background-position: -70px 0;
}

.police_sec2 ._list .ic3 i {
    background-position: -140px 0;
}

.police_sec2 ._list .ic4 i {
    background-position: -210px 0;
}

.police_sec2 ._list ._con:hover {
    background: #0207ab;
}

.police_sec2 ._list ._con:hover .ic i {
    -ms-background-position-y: -70px;
    background-position-y: -70px;
}

.police_sec3 {
    padding-top: 50px;
}

.police_sec3 ._tit,.police_sec4 ._tit {
    margin-bottom: 20px;
}

.police_sec3 ._info {
    font-size: 18px;
    margin-bottom: 70px;
}

.police_sec4 {
    background: url(http://www.china71.com/static/default/web/images/police_bg2.jpg) no-repeat center;
    padding-top: 55px;
    padding-bottom: 100px;
    color: #fff;
}

.police_sec4 ._con {
    padding: 60px 40px;
    background: rgba( 255,255,255,.2);
    position: relative;
    padding-left: 130px;
}

.police_sec4 ._num {
    font-size: 62px;
    font-family: Arial;
    position: absolute;
    left: 40px;
    top: 60px;
    line-height: 1;
}

.police_sec4 ._con h3 {
    font-size: 20px;
    font-weight: normal;
}

.police_sec4 ._con ._txt {
    line-height: 26px;
}

.tts_sec1 {
    padding-top: 70px;
    padding-bottom: 50px;
}

.tts_sec2 {
    padding: 40px 0;
    background: #efefef;
}

.tts_sec2 ._con {
    text-align: center;
    background: #fff;
    padding: 50px 50px 80px 50px;
    cursor: pointer;
}

.tts_sec2 ._con .ic {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto 35px auto;
    background: url(http://www.china71.com/static/default/web/images/tts_icos.png) no-repeat 0 0;
}

.tts_sec2 ._con .ic2 {
    background-position: -128px 0;
}

.tts_sec2 ._con .ic3 {
    background-position: -256px 0;
}

.tts_sec2 ._con h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.tts_sec2 ._con ._txt {
    line-height: 2;
}

.tts_sec2 ._con:hover {
    background: #75c81e;
    color: #fff;
}

.tts_sec2 ._con:hover .ic {
    -ms-background-position-y: -128px;
    background-position-y: -128px;
}

.tts_sec2 ._con2:hover {
    background: #01af5a;
}

.tts_sec2 ._con3:hover {
    background: #ffb400;
}

.tts_sec3 {
    padding: 70px 0;
}

.tts_sec3 ._intro {
    font-size: 15px;
}

.tts_sec3 ._tit {
    margin-bottom: 20px;
}

.tts_sec4 {
    background: url(http://www.china71.com/static/default/web/images/tts_bg.jpg) no-repeat center fixed;
    height: 515px;
    width: 100%;
    padding: 85px 0;
    color: #fff;
}

.tts_sec4 ._intro {
    font-size: 15px;
}

.tts_sec4 .c_list ._con {
    border: 6px solid #fff;
    padding: 35px;
    margin-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
}

.tts_sec4 .c_list ._con ._num {
    font-size: 50px;
    font-weight: bold;
    font-family: Arial;
    float: left;
    line-height: 1;
    margin-right: 30px;
}

.tts_sec4 .c_list ._con h3 {
    font-weight: normal;
    font-size: 18px;
}

.tts_sec4 .c_list ._con:hover {
    background: rgba(0,0,0,.2);
    border-color: transparent;
}

.tts_sec2 ._links {
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
    height: 60px;
}

.tts_sec2 ._links a {
    width: 50%;
    text-align: center;
    float: left;
    line-height: 30px;
}

.mbox_sec4 {
    background: url(http://www.china71.com/static/default/web/images/MBOX_bg.jpg) no-repeat center fixed;
    height: 416px;
    padding-top: 100px;
    color: #fff;
}

.mbox_sec4 .icos_list li {
    width: 33.3%;
    float: left;
    font-size: 15px;
    cursor: pointer;
}

.mbox_sec4 ._intro {
    font-size: 18px;
    margin-bottom: 60px;
}

.mbox_sec4 .icos_list li .ic {
    width: 134px;
    height: 134px;
    display: block;
    background: url(http://www.china71.com/static/default/web/images/mbox_icos.png) no-repeat 0 0;
    margin: 0 auto 30px auto;
}

.mbox_sec4 .icos_list li .ic2 {
    background-position: -134px 0;
}

.mbox_sec4 .icos_list li .ic3 {
    background-position: -268px 0;
}

.exk_sec2 ._con:hover {
    background: #4795da;
}

.exk_sec2 ._con .ic {
    background-image: url(http://www.china71.com/static/default/web/images/exk_icos.png);
}

.exk_sec4 {
    background-image: url(http://www.china71.com/static/default/web/images/yxk_bg2.jpg);
}

.mbox_sec2 ._con .ic {
    background-image: url(http://www.china71.com/static/default/web/images/mbox_ticos.png);
}

.mbox_sec2 ._con:hover {
    background: #67d6f8;
}

.mbox_sec2 ._con2:hover {
    background: #ffc699;
}

.mbox_sec2 ._con3:hover {
    background: #aaceff;
}

.exk_sec2 ._con2:hover {
    background: #2cbcb1;
}

.exk_sec2 ._con3:hover {
    background: #2f67e2;
}

.fz15 {
    font-size: 15px;
}

.dms_sec2 {
    background: url(http://www.china71.com/static/default/web/images/dms_bg.jpg) no-repeat center fixed;
    height: 578px;
    padding: 100px 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.dms_sec2 ._con .ic {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(http://www.china71.com/static/default/web/images/dms_icos.png) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 15px;
}

.dms_sec2 ._con .ic2 {
    background-position: -44px 0;
}

.dms_sec2 ._con .ic3 {
    background-position: -88px 0;
}

.dms_sec2 ._con .ic4 {
    background-position: -132px 0;
}

.dms_sec2 ._con .ic5 {
    background-position: -176px 0;
}

.dms_sec2 ._con .ic6 {
    background-position: -220px 0;
}

.dms_sec2 ._con ._t {
    font-size: 24px;
    margin-bottom: 20px;
}

.dms_sec2 ._intro {
    margin-bottom: 90px;
}

.dms_sec2 ._con {
    padding: 0 75px;
    border-right: 1px solid #6f89a8;
    margin-bottom: 70px;
}

.dms_sec2 ._txt {
    color: #bcbcbc;
    height: 60px;
    overflow: hidden;
}

.cpq_sec2 {
    background: url(http://www.china71.com/static/default/web/images/cpq_bg.jpg) no-repeat center fixed;
    padding-top: 90px;
    height: 578px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.cpq_sec2 .ic {
    display: block;
    width: 134px;
    height: 134px;
    background: url(http://www.china71.com/static/default/web/images/cpq_icos.png) no-repeat 0 0;
    margin: 0 auto 35px auto;
}

.cpq_sec2 .ic2 {
    background-position: -134px 0;
}

.cpq_sec2 .ic3 {
    background-position: -268px 0;
}

.cpq_sec2 .ic4 {
    background-position: -402px 0;
}

.cpq_sec2 ._intro {
    margin-bottom: 70px;
}

.cpq_sec2 ._con ._t {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

.soft_index {
    width: 100%;
    background: url(http://www.china71.com/skin/wm-bg.jpg) fixed;
    background-size: cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 70px;
}

.soft_index ._c {
    display: table;
    margin-bottom: 25px;
}

.soft_index ._con {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    height: 250px;
    padding: 0 50px;
    text-align: center;
}

.soft_index ._con h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
}

.soft_index ._con1 {
    background: rgba( 156,36,196,.7);
}

.soft_index ._con2 {
    background: rgba( 58,79,104,.5);
}

.soft_index ._con4 {
    background: rgba( 0,120,254,.7);
    height: 525px;
}

.soft_index ._con3 {
    background: rgba( 58,79,104,.5);
}

.soft_index ._con5 {
    background: #f27823;
    height: 525px;
}

.soft_index ._con4 h3 {
    font-size: 30px;
}

.soft_index ._con6 {
    background: rgba( 242,120,35,.7);
}

.soft_index ._con7 {
    background: rgba( 1,175,90,.7);
}

.soft_index_news li {
    width: 25%;
    float: left;
    color: #878787;
    font-family: Arial,"微软雅黑";
}

.soft_index_news li ._con {
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 45px 30px;
}

.soft_index_news li ._date {
    width: 100px;
    border-bottom: 2px solid #fac9a7;
    font-size: 14px;
    font-family: Arial;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 20px;
}

.soft_index_news li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 30px;
    height: 56px;
    overflow: hidden;
}

.soft_index_news .parrs {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(http://www.china71.com/static/default/web/images/rect_arr.png) no-repeat 0 0;
}

.soft_index_news .parr_prev {
    left: -70px;
}

.soft_index_news .parr_next {
    right: -70px;
    background-position: -50px 0;
}

.soft_index_news .parrs:hover {
    -ms-background-position-y: -50px;
    background-position-y: -50px;
}

.rencai_footer {
    background: #2f67e2;
}

.rencai_footer .foot_nums {
    display: none;
}

.channel_banner video {
    display: block;
    width: 100%;
}

.channel_banner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 5;
    top: 0;
    left: 0;
}

.yd_marking_sec1 {
    padding-top: 100px;
}

.yd_marking_sec1 ._intro {
    padding-top: 80px;
}

.yd_marking_sec1 ._intro h3 {
    font-size: 35px;
    color: #f27823;
    font-weight: normal;
    margin-bottom: 15px;
}

.yd_marking_sec1 ._intro ._txt {
    font-size: 15px;
    line-height: 28px;
}

.yd_marking_sec2 {
    background: url(http://www.china71.com/static/default/web/images/yd_marking_bg.jpg) no-repeat center fixed;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 80px 0;
    color: #fff;
}

.yd_marking_sec2 ._con {
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.yd_marking_sec2 ._con .ic {
    display: block;
    width: 134px;
    height: 134px;
    background: url(http://www.china71.com/static/default/web/images/yd_marking_icos.png) no-repeat 0 0;
    margin: 0 auto 20px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yd_marking_sec2 ._con .ic2 {
    background-position: -134px 0;
}

.yd_marking_sec2 ._con .ic3 {
    background-position: -268px 0;
}

.yd_marking_sec2 ._con .ic4 {
    background-position: -402px 0;
}

.yd_marking_sec2 ._con .ic5 {
    background-position: -536px 0;
}

.yd_marking_sec2 ._con .ic6 {
    background-position: -670px 0;
}

.yd_marking_sec2 ._con .ic7 {
    background-position: -804px 0;
}

.yd_marking_sec2 ._con .ic8 {
    background-position: -938px 0;
}

.yd_marking_sec2 ._tit {
    font-size: 20px;
    font-weight: normal;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

.yd_marking_sec2 ._intro {
    font-size: 18px;
    margin-bottom: 80px;
}

.yd_marking_sec2 ._con h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.yd_marking_sec2 ._con ul {
    height: 66px;
    overflow: hidden;
}

.yd_marking_sec2 ._con li {
    font-size: 14px;
}

.yd_marking_sec2 ._con:hover .ic {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}

.yd_marking_sec3 ._tit {
    font-size: 40px;
    font-weight: normal;
}

.yd_marking_media2 {
    background: url(http://www.china71.com/static/default/web/images/yd_marking_bg2.jpg) no-repeat center fixed;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    height: 600px;
    width: 100%;
    padding-top: 75px;
    overflow: hidden;
}

.yd_marking_media2 ._t {
    font-size: 40px;
    font-weight: normal;
}

.yd_marking_media2 ._intro {
    font-size: 18px;
    margin-bottom: 70px;
}

.yd_marking_media2 .phone {
    width: 322px;
    margin: 0 30px;
}

.yd_marking_media2 ._num {
    width: 88px;
    height: 110px;
    background: url(http://www.china71.com/static/default/web/images/yd_marking_num.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yd_marking_media2 ul {
    width: 34%;
}

.wideScreen .yd_marking_media2 ul {
    width: 38%;
}

.yd_marking_media2 li {
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
}

.yd_marking_media2 li h3 {
    font-size: 20px;
    font-weight: normal;
}

.yd_marking_media2 li:hover h3 {
    color: #f27823;
}

.yd_marking_media2 li:hover ._num {
    -ms-background-position-y: -110px;
    background-position-y: -110px;
}

.yd_marking_media2 li:hover .p {
    color: #f27823;
}

.yd_marking_media2 .left_list li ._num {
    margin-left: 30px;
}

.yd_marking_media2 ._right {
    padding-top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yd_marking_media2 .left_list li:hover ._right {
    transform: translateX(-15px);
}

.yd_marking_media2 .right_list li:hover ._right {
    transform: translateX(15px);
}

.yd_marking_media2 ._num2 {
    background-position: -88px 0;
}

.yd_marking_media2 ._num3 {
    background-position: -176px 0;
}

.yd_marking_media2 ._num4 {
    background-position: -264px 0;
}

.yd_marking_media2 ._num5 {
    background-position: -352px 0;
}

.yd_marking_media2 ._num6 {
    background-position: -440px 0;
}

.yd_marking_media2 ._num7 {
    background-position: -528px 0;
}

.yd_marking_media2 ._num8 {
    background-position: -616px 0;
}

.yd_marking_media3 {
    padding: 70px 0;
}

.yd_marking_media3 ._t {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.yd_marking_media3 ._intro {
    font-size: 18px;
    margin-bottom: 80px;
}

.solution_list .ic {
    display: block;
    width: 110px;
    height: 90px;
    margin: 0 auto 45px auto;
    background: url(http://www.china71.com/static/default/web/images/solution_ic.png) no-repeat 0 0;
}

.solution_list .ic2 {
    background-position: -110px 0;
}

.solution_list .ic3 {
    background-position: -220px 0;
}

.solution_list .ic4 {
    background-position: -330px 0;
}

.solution_list ._con {
    text-align: center;
    cursor: pointer;
}

.solution_list ._con h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.solution_list ._con:hover .ic {
    -ms-background-position-y: -90px;
    background-position-y: -90px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.solution_list ._con:hover h3 {
    color: #f27823;
}

.solution_list ._con:hover ._p {
    color: #f27823;
}

.yd_marking_media4 {
    color: #fff;
    background: url(http://www.china71.com/static/default/web/images/yd_marking_bg4.jpg) no-repeat top;
    padding: 70px 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.yd_marking_media4 ._con {
    position: relative;
}

.yd_marking_media4 ._img img {
    width: 100%;
}

.yd_marking_media4 ._mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,102,0,.8);
    background: #f60\0;
    text-align: center;
}

.yd_marking_media4 ._mask ._t {
    font-size: 16px;
}

.yd_marking_media4 .s_img img {
    width: 100%;
}

.yd_marking_media4 ._t {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.yd_marking_media4 ._info {
    font-size: 18px;
    margin-bottom: 30px;
}

.yd_marking_media4 .more_btn {
    display: block;
    width: 245px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto 40px auto;
    border: 1px solid #f27823;
    text-align: center;
    color: #f08200;
}

.yd_marking_media4 .more_btn:hover {
    color: #fff;
    background: #f27823;
}

.yd_marking_media4 ._con {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.yd_marking_media4 ._con ._c {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    top: 22%\0;
}

.yd_marking_media4 ._con .t {
    font-size: 16px;
    margin-bottom: 20px;
}

.yd_marking_media4 ._con .code {
    width: 120px;
}

.yd_marking_media4 ._con:hover ._mask {
    display: block;
}

.content_slider {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.content_slider ul,.content_slider li {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.content_slider ul img {
    width: 100%;
    max-width: none;
}

.content_slider h3 {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    text-indent: 1em;
    width: 100%;
    line-height: 30px;
    z-index: 5;
    background: rgba(0,0,0,.8);
}

.content_slider .dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
}

.content_slider .dot {
    float: right;
    width: 12px;
    height: 12px;
    overflow: hidden;
    font-size: 0;
    margin: 9px 8px 0 0;
    background: #666;
    cursor: pointer;
}

.content_slider .active {
    background: #f39801;
}

.content_slider .slide_nav {
    position: absolute;
    width: 100%;
    height: 30px;
    text-align: center;
    bottom: 0;
    left: 0;
}

.content_slider .slide_nav a {
    float: right;
    width: 12px;
    height: 12px;
    overflow: hidden;
    font-size: 0;
    margin: 9px 8px 0 0;
    background: #666;
    cursor: pointer;
}

.content_slider .slide_nav a.on {
    background: #f39801;
}

.ipart.ipart02 {
    padding-top: 40px;
    background: #fafafa;
}

.culture_sec1 {
    padding: 60px 0;
}

.culture_sec1 ._tit {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
}

.culture_sec1 ._intro {
    font-size: 16px;
    padding: 0 15%;
    margin: 0 auto;
}

.culture_sec3 {
    padding: 110px 0;
}

.culture_sec2 {
    background: url(http://www.china71.com/static/default/web/images/culture_img1.jpg) no-repeat center;
    color: #fff;
    height: 548px;
}

.sr #case_list li {
    visibility: hidden;
}

.tempage {
    padding: 60px 0;
    line-height: 30px;
}

.pop-form {
    width: 480px;
    padding: 25px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    font-family: "微软雅黑",sans-serif;
}

.pop-form-hd {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 22px;
}

.pop-form-tip {
    color: #f60;
    margin: 0 0 20px;
}

.pop-form-hd em {
    color: #f60;
    font-style: normal;
}

.pop-form-hd ._clo {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 26px;
    color: #f60;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 100%;
    font-family: tahoma;
}

.pop-form ._row {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    *zoom:1;}

.pop-form ._row ._tit {
    display: inline-block;
    width: 5em;
    vertical-align: middle;
    font-weight: 700;
}

.pop-form ._row ._inp {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: middle;
    width: 385px;
}

.pop-form ._T {
    font-size: 15px;
    color: #f60;
    margin: 10px 0;
}

.pop-form ._row .check-item {
    float: left;
    width: 50%;
    font-family: tahoma;
    margin-bottom: 6px;
    font-family: "微软雅黑",sans-serif;
}

.pop-form ._row .check-item input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 4px;
}

.pop-form ._row .radio-item {
    float: left;
    margin-right: 15px;
    font-family: tahoma;
}

.pop-form ._row .radio-item input[type="radio"] {
    vertical-align: middle;
    margin-right: 4px;
}

.pop-form ._row textarea {
    border: 1px solid #ddd;
    width: 385px;
    height: 60px;
    padding: 6px;
}

.pop-form ._yzm ._inp {
    width: 6em;
}

.pop-form ._yzm img {
    height: 26px;
}

.pop-form ._yzm em {
    color: red;
    font-style: normal;
    font-size: 16px;
    margin: 0 4px;
}

.pop-form ._row ._btn {
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #f60;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

.pop-form ._row ._btn:hover {
    opacity: .9;
}

.about_us {
    padding: 70px 0;
    background-color: #fff;
}

.about_us .l {
    width: 40%;
}

.about_us .l img {
}

.about_us .r {
    width: 56%;
}

.about_us .r ._t {
    padding: 30px 0;
}

.sr .about_us .r ._t {
    display: none;
}

.about_us .r ._c {
    line-height: 30px;
    font-size: 13px;
    color: #5a5a5a;
    padding-top: 25px;
}

.wangzhanmap .inner_wrap {
    overflow: hidden;
}

.list-row {
    display: table-row;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

.wangzhanmap dl {
    display: table-cell;
    width: 15%;
    padding-left: 5%;
    position: relative;
}

.wangzhanmap dl:after {
    content: '';
    width: 1px;
    height: 90%;
    background-color: #eee;
    position: absolute;
    left: auto;
    right: -1px;
    bottom: 0;
    top: 6%;
    scaleY: 0.5;
}

.wangzhanmap dl:nth-child(5):after {
    width: 0px;
}

.wangzhanmap dt {
    line-height: 56px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.wangzhanmap dd {
    font-size: 13px;
    color: #5a5a5a;
    line-height: 36px;
    padding-left: 18px;
    background-image: url('http://www.china71.com/static/default/web/images/wangzhanmapimg.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.wangzhanmap dd a:hover {
    color: #f60;
}

.moniqi {
    padding: 30px 0;
}

.moniqi .li {
    margin-bottom: 60px;
    background-color: #f5f7f8;
}

.moniqi .li .l {
    width: 60%;
}

.moniqi .li a {
    display: block;
}

.moniqi .li .l ._c {
    padding: 90px 90px 90px 50px;
}

.moniqi .li .l ._c ._t {
    font-size: 30px;
    color: #000;
    line-height: 50px;
    font-weight: bold;
}

.moniqi .li .l ._c ._n {
    font-size: 13px;
    color: #5a5a5a;
    line-height: 30px;
}

.moniqi .li .r {
    width: 40%;
}

.moniqi .li ._c:hover ._t {
    color: #ff9000;
}

.moniqi .li .r .m_slide {
    max-width: 1000px;
    margin: auto;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.moniqi .li .r .m_slide li {
    background: #f5f7f8;
}

.moniqi .li .r .m_slide li .rect-75 {
}

.moniqi .li .r .m_slide img {
    width: 100%;
}

.moniqi .li .r .m_slide .slide_nav {
    display: none;
    left: 0;
    bottom: 0;
}

.moniqi .li .arrs {
    height: 90px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    z-index: 5;
}

.moniqi .li .arr_prev {
    left: 20px;
    background-image: url('http://www.china71.com/static/default/web/images/moniqi_img1.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.moniqi .li .arr_next {
    right: 20px;
    background-image: url('http://www.china71.com/static/default/web/images/moniqi_img2.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.eMenu.ydhl_nav_show {
    display: none;
}

.eMenu.ydhl_nav_show.fixed {
    display: block;
    z-index: 10;
}

.eMenu.ydhl_nav_show .eMenu_con.fixed {
    display: block;
}

.pageFooter .foot2 .lt {
    width: 24.6%;
}

.pageFooter .foot3 .lt:first-child {
    margin-left: 0;
}

.pageFooter .foot3 .lt.first {
    margin-left: 0;
}

.pageFooter .foot2 .zgdz .lt {
    width: inherit;
    margin-right: 30px
}

.touch_show_qr_list ._info {
    padding: 30px;
    background: #000;
    color: #fff;
}

.touch_show_qr_list ._info .tag {
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.touch_show_qr_list ._info .tag:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.touch_show_qr_list ._info ._txt {
    height: 60px;
    overflow: hidden;
}

.touch_show_qr_list ._con {
    border-left: 1px solid #fff;
    cursor: pointer;
}

.touch_show_qr_list ._info ._t {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.touch_show_qr_list ._con:hover ._info {
    background: #f27823;
}

.touch_show_qr_list ._con:hover ._mask {
    bottom: 0;
}

.touch_show_qr_list ._code {
    display: none;
    position: absolute;
    width: 185px;
    height: 185px;
    top: 50%;
    margin-top: -92px;
    left: 50%;
    margin-left: -92px;
}

.touch_show_qr_list ._con:hover ._code {
    display: block;
}

.page .ion {
    font-size: 1em;
}

.page a,.page span {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 14px;
}

.ipart01 .tag_new_wrapper {
    display: inline-block;
    *display: inline;
    *zoom:1;position: relative;
}

.ipart01 .tag_new_wrapper:after {
    content: 'new';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: -35px;
    font-size: 13px;
    font-family: Arial;
    color: #2f67e2;
}

.job_head .nav {
    width: 75%;
}

.job_head .nav li {
    width: 14% !important;
}

.job_head .nav > ul > li:hover ul {
    opacity: 0;
    visibility: hidden;
}

.digitalFooter .foot1 dl {
    padding-left: 2%;
    padding-right: 0;
    width: 14%;
}

.pageFooter dl.digital_foot_intro {
    width: 46%;
    padding-right: 2%
}

.digitalFooter .foot1 dl.qr_code {
    padding-left: 0;
    width: auto;
}

.channelPage {
    padding-bottom: 20px;
}

.page {
    margin: 20px 0 20px;
}

.job_pos {
    display: none;
}

.ipart.ipart02 {
    padding-top: 5px;
}

.job_banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.job_banner .slide_nav {
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.job_banner .slide_nav a {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    margin: .5em;
    background: #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    overflow: hidden;
    line-height: 99px;
    cursor: pointer;
}

.job_banner img {
    position: absolute;
    width: 1920px;
    max-width: none;
    left: 50%;
    margin-left: -960px;
}

.job_banner .slide_nav .on {
    background: #2f67e2;
}

.job_banner .arrs {
    z-index: 99;
    background: url(http://www.china71.com/static/default/web/images/banner_arr.png) no-repeat 0 0;
    width: 46px;
    height: 91px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.job_banner .arr_prev {
    left: 2%;
}

.job_banner .arr_next {
    right: 2%;
    background-position: -46px 0;
}

.job_banner .arr_prev:hover {
    background-position: 0 -91px;
}

.job_banner .arr_next:hover {
    background-position: -46px -91px;
}

.job_banner:hover .arrs {
    display: block;
}

.digital_index_word {
    padding-top: 30px;
}

.digital_index_word .combtn {
    padding-bottom: 30px;
}

.honorList .pBox,.honorList .pBox a {
    cursor: default;
}

.honorList ._mask {
    display: none;
}

.honorList .pBox ._title {
    height: 3.2em;
    overflow: hidden;
}

.yd_marking_sec3 {
    padding-bottom: 50px;
}

.appcasePage .touch_show_qr_list .span-4 {
    margin-bottom: 50px;
}

.appcasePage .touch_show_qr_list ._info,.appcasePage .touch_show_qr_list ._con:hover ._info {
    background: #f5f5f5;
}

.appcasePage .touch_show_qr_list ._info {
    color: #555555;
}

.touch_show_qr_list ._info .tag {
    display: none;
    margin-bottom: 20px;
}

.touch_show_qr_list ._info .tag:after {
    background: #555555;
}

.touch_show_qr_list ._con:hover ._info .tag:after {
    background: #2f67e2;
}

.touch_show_qr_list ._info ._t {
    margin-bottom: 5px;
}

.appcasePage .touch_show_qr_list ._info ._txt {
    height: 5.4em;
    font-size: 13px;
    line-height: 1.8em;
}

.servicePage .b_img ._msk {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.30);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4d000000,endcolorstr=#4d000000);
}

.news_tit {
    font-size: 26px;
}

.culture_sec2 {
    padding-top: 25px;
    height: 508px;
}

.culture_sec2 ._txt {
    width: 370px;
    margin: 0 auto;
}

.culture_sec2 li ._con {
    padding-left: 5%;
    padding-top: 25px;
    padding-right: 5%;
}

.culture_sec2 li .num {
    display: none;
    margin-bottom: 30px;
    font-size: 14px;
    color: #ffb400;
    text-indent: 5px;
}

.culture_sec2 .inner_wrap,.culture_sec2 ul {
    height: 100%;
}

.culture_sec2 li ._name img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.culture_sec2 li ._name {
    display: none;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
}

.culture_sec2 li ._txt h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

.culture_sec2 li ._txt .p {
    min-height: 130px;
    line-height: 24px;
}

.casePage .channel_bd {
    margin-bottom: 0;
}

.appcasePage .channel_bd {
    margin-bottom: 0;
}

.channel_bd .inews .box {
    margin-bottom: 50px;
}

.channel_bd .inews .box .bi {
    height: 8.2em;
    margin: 10px 0;
    overflow: hidden;
}

.xiuzhenggaodu {
    margin-top: -300px;
}

.ivideo_banner {
    text-align: center;
}

.ivideo_banner,.ivideo_banner li {
    height: 800px;
    position: relative;
    overflow: hidden;
}

.ivideo_banner video,.ivideo_banner .cover {
    position: absolute;
    left: 0;
    top: 0;
}

.ivideo_banner video {
    min-height: 100%;
    min-width: 100%;
}

.ivideo_banner .cover {
    width: 100%;
    height: 100%;
    background: url(http://www.china71.com/static/default/web/images/video_cover.png);
    color: #fff;
    text-align: center;
}

.guide {
    width: 81px;
    height: 81px;
    background: url(http://www.china71.com/static/default/web/images/mouse_guide.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 5%;
    z-index: 10;
}

.guide:hover {
    -webkit-animation: pudding 1s linear;
    -moz-animation: pudding 1s linear;
    -o-animation: pudding 1s linear;
    -ms-animation: pudding 1s linear;
    animation: pudding 1s linear;
}

.ivideo_banner .cover .text1 {
    font-size: 50px;
    letter-spacing: 8px;
    line-height: 1;
}

.ivideo_banner .cover .text2 {
    font-size: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

.ivideo_banner li {
    display: block;
}

.ivideo_banner .cover .text1,.ivideo_banner .cover .text2 {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    display: none/9;
}

.ivideo_banner.act .cover .text1,.ivideo_banner.act .cover .text2 {
    opacity: 1;
    display: block/9;
}

.ivideo_banner.act .cover .text1 {
    margin-top: 15%;
    font-weight: bold;
}

.ivideo_banner.act .cover .text2 {
    margin-top: 2%;
}

.ivideo_banner.act .cover .text1 img {
    width: auto;
}

.jobBox {
    height: 332px;
}

.jobBox h3 {
    width: 75%;
    font-size: 23px;
}

.jobBox ._con {
    height: 196px;
}

.pBox ._mask ._text {
    max-height: 12.6em;
}

.digitalPics .over {
    font-size: 14px;
}

.digitalPics .over h3 {
    margin-bottom: 10px;
    max-height: 2.8em;
    font-size: 26px;
    line-height: 1.4;
    white-space: normal;
}

.digitalPics .over ._txt {
    margin-bottom: 15px;
}

.digitalPics .over ._intro {
    height: 14.4em;
}

#map img {
    max-width: none;
}

#map label {
    max-width: none;
}

.channelPage.digital_index {
    padding-bottom: 0;
}

.channelPage.servicePage {
    padding-bottom: 0;
}

.ydhl_sec2 {
    padding-top: 50px;
}

.yxwz_sec2 {
    padding: 50px 0;
}

.ydhl_wz_anli_list {
    margin-bottom: 55px;
    height: auto;
    overflow: hidden;
}

.ydhl_wz_anli_list .i_hd {
    margin: 40px 0 45px;
    height: auto;
    overflow: hidden;
}

.ydhl_wz_anli_list .i_hd .dabiao {
    margin-bottom: 6px;
    font-size: 40px;
    font-weight: bold;
    color: #2f67e2;
}

.ydhl_wz_anli_list .i_hd .text {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.btns {
    width: 316px;
    margin: 0 auto
}

.btns a {
    display: block;
    width: 88px;
    height: 46px;
    padding: 0 0 0 58px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 23px center
}

.btns .oline {
    float: left;
    background-color: #303030;
    background-image: url("http://www.china71.com/skin/icoline.png")
}

.btns .edit {
    float: right;
    background-color: #d90000;
    background-image: url("http://www.china71.com/skin/icedit.png")
}

.touch_show_qr_list .i_hd {
    margin: 40px 0 45px;
}

.touch_show_qr_list .i_hd .text {
    margin-bottom: 0;
}

.xyswz_sec2,.xyswz_sec4 {
    padding-top: 50px;
}

.eMenu,.eMenu a {
    height: 68px;
    vertical-align: top;
}

.eMenu a.cur {
    border-bottom: none;
}

.eMenu a.cur:after,.eMenu a:hover:after {
    left: 0;
    width: 100%;
}

.eMenu a {
    position: relative;
}

.eMenu a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #f27824;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.subnavs li {
    padding-left: 21px;
    padding-right: 21px;
}

.subnavs a {
    position: relative;
}

.subnavs .cur a {
    border-bottom: none;
}

.subnavs .cur a:after,.subnavs li:hover a:after {
    left: 0;
    width: 100%;
}

.subnavs a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #f27824;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.digital_menu .cur {
    border-bottom: none;
}

.digital_menu .cur:after,.digital_menu a:hover:after {
    left: 0;
    width: 100%;
}

.digital_menu a {
    position: relative;
}

.digital_menu a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #f27824;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.digital_menu .sub h2 {
    display: inline-block;
    font-weight: normal;
}

.digitalPics {
    min-height: 360px;
}

.zonghe_sec1 {
    padding-top: 0;
}

.yxk_sec1 {
    padding-top: 0;
}

.channelPage.ecommerce {
    padding-top: 0;
    padding-bottom: 0;
}

.product_nav > .hd a {
    display: block;
    width: 100%;
    height: 100%;
}

.channelHeader.ydhl .select_lang {
    display: none;
}

.digital_head .select_lang {
    display: none;
}

.job_head .select_lang {
    display: none;
}

.foot3 .inner_wrap {
    padding-left: 0;
    padding-right: 0;
}

.right_bar {
    position: fixed;
    bottom: 250px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 10;
}

.right_bar li {
    width: 62px;
    height: 50px;
    z-index: 20;
}

.right_bar li.rtbar_li0,.right_bar li.rtbar_li1,.right_bar li.rtbar_li4 {
    position: absolute;
    left: 0;
}

.right_bar li.rtbar_li0 {
    top: 0px;
    width: 172px;
}

.right_bar li.rtbar_li1 {
    top: 51px;
    width: 172px;
}

.right_bar li.rtbar_li2 {
    position: absolute;
    top: 102px;
    left: 0;
}

.right_bar li.rtbar_li3 {
    position: absolute;
    top: 153px;
    left: 0;
    width: 176px;
}

.right_bar li.rtbar_li4 {
    top: 204px;
}

.rtbar_li4 {
    position: absolute;
    top: 204px;
    left: 0;
}

.right_bar li a {
    display: block;
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #000;
    opacity: 0.8;
    border-radius: 6px;
}

.right_bar li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.right_bar li a:hover {
    background-color: #2f67e2;
    opacity: 1;
}

.rtbar_shwx {
    display: none;
    position: absolute;
    top: -106px;
    left: -188px;
    padding: 6px;
    background: #eb6b00 url(http://www.china71.com/static/default/web/bg-e.png) no-repeat bottom right;
}

.rtbar_shwx img {
    padding: 14px;
    background-color: #FFF;
    width: 160px;
    height: 206px;
}

.channel_menu {
    height: 66px;
}

.subnavs {
    height: 67px;
}

.eMenu {
    height: 68px;
    line-height: 68px;
}

.channel_menu .fixed,.subnavs .fixed,.eMenu .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    background-color: #ffffff;
    border-bottom: #ededed 1px solid;
}

.newsBar .fixed {
    background: #f60;
    width: 90%;
    padding: 0 5%;
}

.ydhl_index_sec1 ._dis {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto;
    padding: 0 2%;
}

.news_list li ._con {
    padding-bottom: 25px;
    height: 260px;
}

.news_list li ._con h3 {
    max-height: 4.8em;
    overflow: hidden;
}

.news_list li ._con ._txt {
    height: 6.4em;
    overflow: hidden;
}

.jobli {
    position: relative;
}

.jobli .iservice {
    min-height: 220px;
}

.jobli .b_img {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

.jobli .b_img img {
    position: absolute;
    top: 0;
    left: 0;
}

.jobli .b_info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto;
}

.jobli.job3 .b_img,.jobli.job4 .b_img {
    float: right;
}

.jobli.job3 .b_info,.jobli.job4 .b_info {
    right: auto;
    left: 0;
}

.servicePage .rolling-box .color6 {
    margin-left: -1px;
}

.channelPage.aboutPage {
    padding-bottom: 0;
}

.about_companys a:hover {
    color: #ffffff;
}

.zonghe_sec1 ._txt {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
    max-width: 100%;
}

.zonghe_scroll li ._con h4 {
    height: 3.2em;
    overflow: hidden;
}

.pBox ._mask ._tag {
    display: none;
}

.ipart02 .pBox ._mask ._tag {
    display: inline-block;
}

.brand_menu li {
    margin-right: 0.1%;
    width: 14%;
}

.ydhl_sec3 ._intro {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    max-width: 100%;
}

.qyzq_sec2 ._con ._num {
    line-height: 95px;
}

.qyzq_sec2 ._con ._txt ._hd {
    font-weight: bold;
    font-size: 15px;
}

.qyzq_sec2 ._con ._txt ._bd {
    height: 6.4em;
    overflow: hidden;
}

.ydhl_sec2 ._intro {
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    max-width: 100%;
}

.yd_marking_sec1 ._intro ._txt {
    padding-bottom: 40px;
}

.cpq_sec2 ._p {
    line-height: 2;
}

.dms_sec2 ._txt {
    height: 6.4em;
}

.yxk_sec2 ._con .ic {
    top: 12%;
}

.qa_list ._con {
    min-height: 330px;
}

.moniqi .li .l ._c {
    padding-bottom: 30px;
}

.moniqi .li .l ._c ._n {
    min-height: 90px;
}

@media only screen and (max-width: 1300px) {
    .digitalPics .over {
        padding:4%;
        overflow: hidden;
    }

    .digitalPics .over h3 {
        font-size: 22px;
    }

    .digitalPics .over ._txt {
        margin-bottom: 5px;
    }

    .digitalPics .over ._intro {
        height: 9.6em;
    }

    .servicePage .b_img img {
        width: auto;
        height: 100%;
    }

    .servicePage .channel_bd .color9 video {
        width: auto;
        height: 100%;
    }

    .pictures .title .l {
        width: 75%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .xyswz_sec1 {
        display: none;
    }

    .qyzq_sec2 .qyzq_list li ._con {
        padding-left: 5%;
        padding-right: 10%;
    }

    .ec_sec2 ._con:hover .ic {
        visibility: hidden;
        opacity: 0;
    }

    .ec_sec3 ._links {
        height: 280px;
    }

    .ec_sec3 ._links dl {
        margin-bottom: 20px;
        width: 100%;
    }

    .yxk_sec5 .parrs {
        display: none;
    }

    .yxk_sec2 ._con {
        padding-left: 10%;
    }

    .yxk_sec2 ._con .ic {
        display: none;
    }

    .tts_sec2 ._con ._txt {
        height: 8em;
        overflow: hidden;
    }

    .moniqi .li .l ._c {
        padding: 45px 90px 25px 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .animate_nums .num span {
        font-size:55px;
    }

    .animate_nums li .text {
        font-size: 13px;
    }

    .foot1 dl {
        width: 19%;
        padding-left: 1%;
    }

    .pageFooter .foot2 .lt {
        width: 24.6%;
    }

    .w1200 {
        padding-left: 2%;
        padding-right: 2%;
        width: auto;
    }

    #case_list .span-4 {
        width: 48%;
    }

    .digitalPics .span-6 ._img {
        padding-bottom: 56.54%;
    }

    .servicePage .color11 .iservice .text {
        padding-top: 30px;
    }

    .servicePage .color11 .iservice .text:before,.color11 .iservice .text:after {
        display: none;
    }

    .channel_hd a {
        padding: 20px 28px;
    }

    .content_slider {
        height: 430px;
    }

    .zthd_sec1 li {
        font-size: 15px;
    }

    .zthd_sec1 li.line {
        width: 6.5%;
    }

    .zthd_sec1 li i {
        margin-top: 8%;
        padding-bottom: 19%;
        width: 20%;
    }

    .yd_marking_sec3 #case_list .span-4.ani3 {
        display: none;
    }

    .yd_marking_media2 ul {
        margin-left: 5%;
        margin-right: 5%;
        width: 40%;
    }

    .yd_marking_media2 .phone {
        display: none;
    }
}

.False-404 .False-404-outbg {
    width: 700px;
    margin: 0 auto;
    padding: 0 !important;
}

.False-404 .False-404-content ._tit-1 {
    color: #f60 !important;
}

.False-404 .False-404-inbg ._img {
    left: 500px !important;
    background: #f60!important;
    right: auto!important;
    top: 36px !important;
}

.digitalCon .bigImg img {
    max-height: 100%;
}

.vr_top_bg {
    width: 100%;
    height: 1344px;
    padding-top: 110px;
    background: url(http://www.china71.com/static/default/web/images/vr_top_bg2.jpg) no-repeat center;
}

.vr_play_ic {
    display: block;
    background: url(http://www.china71.com/static/default/web/images/vr_play_ic.png) no-repeat center;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -36px;
}

.vr_top_bg .vr_tit {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.vr_top_bg .vr_txt {
    color: #ff7e00;
    font-size: 18px;
}

.vr_top_bg .w1200 {
    height: 100%;
}

.vr_video {
    position: absolute;
    font-size: 14px;
    width: 580px;
    bottom: 80px;
    right: 0;
}

.vr_video .info {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding-right: 60px;
    margin-bottom: 20px;
}

.vr_sec2 {
    background: url(http://www.china71.com/static/default/web/images/vr_box2_bg.jpg) no-repeat center;
    width: 100%;
    height: 856px;
    padding-top: 100px;
}

.vr_list {
    width: 575px;
    height: 321px;
}

.vr_sec2_intro {
    width: 350px;
    padding: 10px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #000;
}

.vr_list .arrs {
    line-height: 320px;
    position: absolute;
    top: 0;
    color: #fff;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 30px;
}

.vr_list .arr_prev {
    left: 0;
}

.vr_list .arr_next {
    right: 0;
}

.vr_sec3 {
    width: 100%;
    height: 847px;
    padding-top: 90px;
    background: url(http://www.china71.com/static/default/web/images/vr_box3_bg.jpg) no-repeat center;
}

.vr_sec3_block {
    background: url(http://www.china71.com/static/default/web/images/vr_box3_bg2.png) no-repeat center;
    height: 682px;
    width: 100%;
}

.vr_sec3_intro {
    width: 505px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    padding: 215px 70px 20px 0;
}

.vr_sec3_block ._con {
    width: 575px;
    float: right;
}

.box_wrap_bar.bg-primary {
    background: #2f67e2;
}

.vr_videoCon {
    width: 580px;
    height: 327px;
    overflow: hidden;
}

.vjs-default-skin .vjs-big-play-button {
    width: 2em !important;
    height: 2em!important;
    border-radius: 50% !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -1em;
    margin-top: -1em;
}

.vjs-default-skin .vjs-big-play-button:before {
    line-height: 2em !important;
    left: 4px !important;
}

.commerceHeader {
    height: 85px;
    background-color: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.commerceHeader .c_logo {
    float: left;
    padding: 20px 0;
}

.commerceHeader .c_nav {
    float: right;
    width: 64%;
}

.commerceHeader .c_nav li {
    width: auto;
    padding-left: 60px;
    float: left;
    line-height: 85px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.c_mobile_key {
    display: none;
}

.c_nav > ul > li.cur > a,.c_nav > ul > li:hover > a {
    color: #2f67e2;
}

.commerce_footer {
    padding-top: 70px;
    padding-bottom: 30px;
}

.commerce_footer .foot2 .inner_wrap {
    border-top: none;
}

.c_banner {
    min-height: 560px;
    padding-top: 85px;
}

.commerce_banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
    display: none;
}

.commerce_banner img {
    width: 1920px;
    max-width: none;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.c_banner .slide_nav {
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 0;
    left: 0;
}

.c_banner .slide_nav a {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.c_banner .slide_nav a.on {
    background-color: #ff7f00;
}

.commerceMain .pt1 {
    background: url(http://www.china71.com/static/default/web/images/commerce_pt1_bg.jpg) center top no-repeat;
    padding: 100px 0 90px;
}

.commerceMain .pt1 .tit {
    font-size: 38px;
    color: #333;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
}

.commerceMain .pt1 .tit span {
    color: #ff6804;
}

.commerceMain .pt1 .info {
    width: 80%;
    text-align: center;
    font-size: 22px;
    color: #686868;
    margin: 0 auto 50px;
}

.commerceMain .pt1 .info a:hover {
    color: #686868;
}

.commerceMain .pt1 .shubiao {
    width: 46px;
    height: 67px;
    margin: 0 auto;
    background: url(http://www.china71.com/static/default/web/images/shubiao.png) center center no-repeat;
    cursor: pointer;
}

.commerceMain .pt1 .jiant01 {
    background: url(http://www.china71.com/static/default/web/images/commerce_jt.png) center center no-repeat;
    width: 14px;
    height: 9px;
    margin: 0 auto;
    animation: fadein_out 1s infinite;
    -webkit-animation: fadein_out 1s infinite;
    -moz-animation: fadein_out 1s infinite;
    animation-delay: 0.1s;
    cursor: pointer;
}

.commerceMain .pt1 .jiant02 {
    background: url(http://www.china71.com/static/default/web/images/commerce_jt.png) center center no-repeat;
    width: 14px;
    height: 9px;
    margin: 0 auto;
    animation: fadein_out 1s infinite;
    -webkit-animation: fadein_out 1s infinite;
    -moz-animation: fadein_out 1s infinite;
    cursor: pointer;
}

@keyframes fadein_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadein_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadein_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.commerceMain .pt2 {
    padding: 100px 0;
    background: url(http://www.china71.com/static/default/web/images/commerce_pt2_bg.jpg) center center no-repeat;
}

.commerceMain .pt2 .tit_img {
    width: 270px;
    height: 52px;
    background: url(http://www.china71.com/static/default/web/images/commerce_pt2_tit.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto 30px;
}

.commerceMain .pt2 .tit_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.commerceMain .pt2 .info {
    font-size: 38px;
    color: #f2f2f2;
    margin-bottom: 100px;
    text-align: center;
}

.commerceMain .icons_list li {
    margin-bottom: 50px;
}

.commerceMain .icons_list li>a {
    display: block;
}

.commerceMain .icons_list .text {
    text-align: center;
    font-size: 18px;
    color: #f2f2f2;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.commerceMain .icons_list .tubiao {
    width: 94px;
    height: 84px;
    margin: 0 auto 25px;
}

.commerceMain .icons_list .tb1 {
    background: url(http://www.china71.com/static/default/web/images/commerce_tb1.png);
    background-size: 200%;
    background-position: 0 0;
}

.commerceMain .icons_list .tb2 {
    background: url(http://www.china71.com/static/default/web/images/commerce_tb2.png);
    background-size: 200%;
    background-position: 0 0;
}

.commerceMain .icons_list .tb3 {
    background: url(http://www.china71.com/static/default/web/images/commerce_tb3.png);
    background-size: 200%;
    background-position: 0 0;
}

.commerceMain .icons_list .tb4 {
    background: url(http://www.china71.com/static/default/web/images/commerce_tb4.png);
    background-size: 200%;
    background-position: 0 0;
}

.commerceMain .icons_list .tb5 {
    background: url(http://www.china71.com/static/default/web/images/commerce_tb5.png);
    background-size: 200%;
    background-position: 0 0;
}

.commerceMain .icons_list .tb6 {
    background: url(http://www.china71.com/static/default/web/images/commerce_tb6.png);
    background-size: 200%;
    background-position: 0 0;
}

.commerceMain .icons_list li>a:hover .tb1 {
    background-position: -100% 0;
}

.commerceMain .icons_list li>a:hover .tb2 {
    background-position: -100% 0;
}

.commerceMain .icons_list li>a:hover .tb3 {
    background-position: -100% 0;
}

.commerceMain .icons_list li>a:hover .tb4 {
    background-position: -100% 0;
}

.commerceMain .icons_list li>a:hover .tb5 {
    background-position: -100% 0;
}

.commerceMain .icons_list li>a:hover .tb6 {
    background-position: -100% 0;
}

.commerceMain .icons_list .rotate_box {
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.commerceMain .icons_list li>a:hover .rotate_box {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.commerceMain .icons_list li>a:hover .text {
    color: #ff6804;
}

.commerceMain .pt3 .tit_img {
    width: 270px;
    height: 52px;
    background: url(http://www.china71.com/static/default/web/images/commerce_pt3_tit.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto 30px;
}

.commerceMain .pt3 {
    padding: 80px 80px;
    background-color: #fff;
}

.commerceMain .pt3 .tit_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.commerceMain .pt3 .info {
    font-size: 38px;
    color: #333;
    margin-bottom: 100px;
    text-align: center;
}

.commerceMain .pt3 .icons_list li {
    float: left;
    width: 17%;
    margin-right: 3.75%;
}

.commerceMain .pt3 .icons_list li.icon5 {
    margin-right: 0;
}

.commerceMain .pt3 .icons_list li.icon1 .color_box {
    background-color: #ff5757;
    padding: 25px 0;
    margin-bottom: 20px;
}

.commerceMain .pt3 .icons_list li.icon2 .color_box {
    background-color: #ff7f00;
    padding: 25px 0;
    margin-bottom: 20px;
}

.commerceMain .pt3 .icons_list li.icon3 .color_box {
    background-color: #6ec7ff;
    padding: 25px 0;
    margin-bottom: 20px;
}

.commerceMain .pt3 .icons_list li.icon4 .color_box {
    background-color: #99d598;
    padding: 25px 0;
    margin-bottom: 20px;
}

.commerceMain .pt3 .icons_list li.icon5 .color_box {
    background-color: #948abf;
    padding: 25px 0;
    margin-bottom: 20px;
}

.commerceMain .pt3 .icons_list li .img_box {
    width: 118px;
    margin: 0 auto 28px;
}

.commerceMain .pt3 .icons_list li .name {
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.commerceMain .pt3 .icons_list li a:hover .name {
    color: #fff;
}

.commerceMain .pt3 .icons_list li .text {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.commerceMain .pt4 {
    padding: 100px 0 30px 0;
    background: url(http://www.china71.com/static/default/web/images/commerce_pt4_bg.jpg) center top no-repeat;
}

.commerceMain .pt4 .tit {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 38px;
    color: #000;
    text-align: center;
}

.commerceMain .pt4 .info {
    text-align: center;
    font-size: 22px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

.commerceMain .pt4 .tab_con .tabt_box {
    text-align: center;
    padding-bottom: 70px;
}

.commerceMain .pt4 .tab_con .tab_t {
    display: inline-block;
    *display: inline-block;
    *zoom:1;width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
}

.commerceMain .pt4 .tab_con .tab_t_cur {
    background-color: #ff6804;
}

.commerceMain .pt4 .tab_con .tab_c img {
    max-width: 100%;
    height: auto;
}

.commerceMain .pt4 .tab_con .tab_c .pd {
    padding: 0 20px 0 50px;
}

.commerceMain .pt4 .tab_c .pd .name {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 30px;
    color: #333;
}

.commerceMain .pt4 .tab_c a:hover .name {
    color: #ff6804;
}

.commerceMain .pt4 .tab_c_cur .pd .name {
    color: #ff6804;
}

.commerceMain .pt4 .tab_c .pd .info_box {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    height: 330px;
    padding-right: 30px;
}

.commerceMain .pt4 .scrollbar-ui-hover .scroll_bar {
    background: url(http://www.china71.com/static/default/web/images/commerce_gdt.jpg) center top repeat-y;
}

.commerceMain .pt4 .scrollbar-ui .scroll_slider {
    background: #959595;
    border-radius: 5px;
}

.lower_banner {
    position: relative;
    width: 100%;
    padding-top: 85px;
}

.lower_banner .banner_con {
    position: relative;
    height: 530px;
    overflow: hidden;
}

.lower_banner .banner_con img {
    width: 1920px;
    max-width: none;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.lower_banner .banner_con .banner_text {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 30%;
}

.lower_banner .banner_con .banner_text .b_text {
    font-size: 40px;
    color: #fff;
}

.lower_banner .banner_con .banner_text .smal_text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 60px;
}

.lower_banner .banner_con .banner_text .join_btn {
    width: 210px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.lower_banner .banner_con .banner_text .join_btn:hover {
    border-color: transparent;
}

.lower_banner .banner_con .banner_text .join_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.lower_banner .banner_con .banner_text .join_btn a:hover {
    background-color: #fff;
    color: #333;
}

.lower_banner .banner_e {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.lower_banner .banner_e img {
    width: 1920px;
    max-width: none;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.lower_banner .banner_e .banner_text {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 60px;
}

.lower_banner .banner_e .banner_text .join_btn {
    width: 210px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.lower_banner .banner_e .banner_text .join_btn:hover {
    border-color: transparent;
}

.lower_banner .banner_e .banner_text .join_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.lower_banner .banner_e .banner_text .join_btn a:hover {
    background-color: #fff;
    color: #333;
}

.commerce_form_box {
    background-color: #f0f0f0;
}

.commerce_form_box .pd {
    padding: 0 50px 75px;
}

.commerce_form_box .line_img {
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
    background: url(http://www.china71.com/static/default/web/images/commerce_form_line.png) center 45px no-repeat;
    padding-top: 45px;
}

.commerce_form_box .form_info {
    font-size: 22px;
    color: #9e9e9e;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}

.commerce_form_box .input_box {
    padding-left: 67px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 15px;
}

.commerce_form_box .name_box {
    background: url(http://www.china71.com/static/default/web/images/form_icon1.png) 15px center no-repeat;
    background-color: #fff;
}

.commerce_form_box .tel_box {
    background: url(http://www.china71.com/static/default/web/images/form_icon2.png) 15px center no-repeat;
    background-color: #fff;
    margin-bottom: 40px;
}

.commerce_form_box .input_box input {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 18px;
    color: #cacaca;
}

.commerce_form_box button {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #fe900f;
    color: #f7f7f7;
    text-align: center;
    outline: none;
    border: none;
    font-size: 24px;
    border-radius: 10px;
    cursor: pointer;
}

.commerce_form .box_wrap_bar.bg-primary {
    background-color: #3870a1;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.commerce_form .box_wrap_title {
    font-size: 26px;
    color: #fff;
}

.commerce_form .box_wrap_body {
    background-color: #f0f0f0;
}

.commerce_form.box_wrap_out_posi {
    overflow: visible;
}

.commerce_form .box_wrap_close {
    width: 65px;
    height: 65px;
    font-size: 0;
}

.commerce_form .box_wrap_close a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(http://www.china71.com/static/default/web/images/commer_form_close.png) center center no-repeat;
}

.commerce_form .box_wrap_close {
    right: -65px;
    top: -50px;
}

#boxBlank {
    background: rgba(0,0,0,.75)!important;
}

.cooperate .pt1 {
    padding: 80px 0 100px;
}

.cooperate .pt1 .tit {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
}

.cooperate .pt1 .info {
    font-size: 22px;
    color: #666;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
}

.cooperate .pt1 .lists .box_cell {
    border: 1px solid #dcdcdc;
}

.cooperate .pt1 .lists .img_box {
    height: 150px;
    margin-bottom: 45px;
}

.cooperate .pt1 .lists li a {
    display: block;
    margin-top: 30px;
}

.cooperate .pt1 .lists li a:hover {
    margin-top: 0;
}

.cooperate .pt1 .lists li a:hover .box_cell {
    border-color: #2f67e2;
}

.cooperate .pt1 .lists .cell1 .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c1.jpg) center center no-repeat;
    background-color: #eef0f3;
}

.cooperate .pt1 .lists .cell1 a:hover .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c1h.jpg) center center no-repeat;
}

.cooperate .pt1 .lists .cell2 .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c2.jpg) center center no-repeat;
    background-color: #eef0f3;
}

.cooperate .pt1 .lists .cell2 a:hover .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c2h.jpg) center center no-repeat;
}

.cooperate .pt1 .lists .cell3 .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c3.jpg) center center no-repeat;
    background-color: #eef0f3;
}

.cooperate .pt1 .lists .cell3 a:hover .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c3h.jpg) center center no-repeat;
}

.cooperate .pt1 .lists .cell4 .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c4.jpg) center center no-repeat;
    background-color: #eef0f3;
}

.cooperate .pt1 .lists .cell4 a:hover .img_box {
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt1_c4h.jpg) center center no-repeat;
}

.cooperate .pt1 .lists .text_box {
    text-align: center;
    height: 180px;
    padding: 0 40px 0;
    overflow: hidden;
}

.cooperate .pt1 .lists .text_box .s_tit {
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}

.cooperate .pt1 .lists .text_box .text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    text-align: left;
}

.cooperate .pt2 {
    padding: 100px 0 150px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt2_bg.jpg) center center no-repeat;
}

.cooperate .pt2 .tit {
    font-size: 38px;
    color: #fff;
    line-height: 1;
    margin-bottom: 100px;
    text-align: center;
}

.cooperate .pt2 .lists .tubiao {
    width: 123px;
    height: 123px;
    margin: 0 auto 30px;
}

.cooperate .pt2 .lists .rotate_box {
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.cooperate .pt2 .lists a:hover .rotate_box {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.cooperate .pt2 .lists .tb1 {
    background: url(http://www.china71.com/static/default/web/images/cooperate_tb1.png);
    background-size: 200%;
    background-position: 0 0;
}

.cooperate .pt2 .lists a:hover .tb1 {
    background-position: -100% 0;
}

.cooperate .pt2 .lists .tb2 {
    background: url(http://www.china71.com/static/default/web/images/cooperate_tb2.png);
    background-size: 200%;
    background-position: 0 0;
}

.cooperate .pt2 .lists a:hover .tb2 {
    background-position: -100% 0;
}

.cooperate .pt2 .lists .tb3 {
    background: url(http://www.china71.com/static/default/web/images/cooperate_tb3.png);
    background-size: 200%;
    background-position: 0 0;
}

.cooperate .pt2 .lists a:hover .tb3 {
    background-position: -100% 0;
}

.cooperate .pt2 .lists .name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
}

.cooperate .pt2 .lists .text {
    ;width: 70%;
    text-align: center;
    font-size: 14px;
    margin: 0 auto 20px;
    line-height: 20px;
    color: #fff;
}

.cooperate .pt3 {
    padding: 90px 0;
    background-color: #fff;
}

.cooperate .pt3 .tit {
    font-size: 38px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.cooperate .pt3 .info {
    font-size: 22px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.cooperate .pt3 .line {
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background-color: #cdcdcd;
    margin-bottom: 80px;
}

.cooperate .pt3 .lists .icon_cell {
    width: 20%;
    float: left;
    position: relative;
}

.cooperate .pt3 .lists .icon_cell a {
    display: block;
}

.cooperate .pt3 .lists .icon_cell a:hover {
    margin-top: -10px;
}

.cooperate .pt3 .lists .icon_cell .name {
    font-size: 20px;
    color: #454545;
    line-height: 1;
    text-align: center;
}

.cooperate .pt3 .lists .cell1 .img_box {
    height: 66px;
    margin-bottom: 30px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt3_c1.png) center center no-repeat;
}

.cooperate .pt3 .lists .cell2 .img_box {
    height: 66px;
    margin-bottom: 30px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt3_c2.png) center center no-repeat;
}

.cooperate .pt3 .lists .cell3 .img_box {
    height: 66px;
    margin-bottom: 30px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt3_c3.png) center center no-repeat;
}

.cooperate .pt3 .lists .cell4 .img_box {
    height: 66px;
    margin-bottom: 30px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt3_c4.png) center center no-repeat;
}

.cooperate .pt3 .lists .cell5 .img_box {
    height: 66px;
    margin-bottom: 30px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt3_c5.png) center center no-repeat;
}

.cooperate .pt3 .lists .icon_cell:after {
    content: "";
    display: block;
    width: 10px;
    height: 46px;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -5px;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt3_c1_line.png);
}

.cooperate .pt4 {
    padding: 110px 0;
    background: url(http://www.china71.com/static/default/web/images/cooperate_pt4_bg.jpg) center top no-repeat;
    position: relative;
}

.cooperate .pt4 .can_wrap {
    position: relative;
    z-index: 2;
}

.cooperate .pt4 .tit {
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 30px;
}

.cooperate .pt4 .info {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 50px;
}

.cooperate .pt4 .form_box {
    width: 85%;
    margin: 0 auto;
}

.cooperate .pt4 .form_box .ipt_box {
    width: 48%;
    border-radius: 10px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    margin-bottom: 25px;
}

.cooperate .pt4 .form_box .ipt_box input {
    padding-left: 5%;
    width: 95%;
    height: 50px;
    background-color: #fed8bf;
    border: none;
    outline: none;
}

.cooperate .pt4 .form_box .textarea_box {
    width: 100%;
    height: 126px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.cooperate .pt4 .form_box .textarea_box textarea {
    background-color: #fed8bf;
    width: 96%;
    height: 106px;
    border: none;
    outline: none;
    padding: 10px 2%;
}

.cooperate .pt4 .form_box .tj {
    border: none;
    outline: none;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background-color: #474747;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 22px;
    display: block;
    cursor: pointer;
}

.example {
    margin-top: 70px;
}

.example li {
    margin-bottom: 35px;
}

.example li>a {
    display: block;
}

.example li>a:hover .mask {
    opacity: 1;
}

.example .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://www.china71.com/static/default/web/images/example_mask.jpg.png) center center repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    opacity: 0;
}

.example .mask .pd {
    padding: 50px 40px 0;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    transition-delay: .2s;
    opacity: 0;
    -webkit-transition-delay: .2s;
}

.example li>a:hover .pd {
    margin-top: 0;
    opacity: 1;
}

.example .mask .tit {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.example .mask .info {
    font-size: 14px;
    color: #fff;
}

.example .text {
    font-size: 18px;
    line-height: 30px;
}

.example .img_box {
    margin-bottom: 10px;
}

.e_pt1 {
    padding: 75px 0 90px;
    background-color: #fff;
}

.e_pt1 .tit_img {
    width: 270px;
    height: 52px;
    margin: 0 auto 20px;
}

.e_pt1 .tit img {
    width: 100%;
    height: auto;
}

.e_pt1 .info {
    font-size: 38px;
    color: #5c5c5c;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
}

.e_pt1 .text {
    font-size: 18px;
    color: #5c5c5c;
    text-align: center;
    line-height: 1;
}

.pt_jz {
    padding: 70px 0;
    background-color: #2f67e2;
    text-align: center;
    color: #fff;
}

.pt_jz .tit {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 30px;
}

.pt_jz .info {
    font-size: 22px;
    line-height: 1;
}

.pt_ld {
    padding: 85px 0 100px;
    background-color: #fff;
}

.pt_ld .tit {
    font-size: 36px;
    color: #333;
    line-height: 1;
    text-align: center;
    margin-bottom: 70px;
}

.pt_ld .lists li {
    margin-bottom: 70px;
}

.pt_ld .lists .pd {
    display: block;
    border-right: 1px solid #dddddd;
}

.pt_ld .lists .pd .img_box {
    width: 76px;
    margin: 0 auto 10px;
}

.rect-92 {
    padding-bottom: 92%;
}

.pt_ld .lists .pd .name {
    font-size: 18px;
    color: #555;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.pt_ld .lists .pd .text {
    font-size: 13px;
    color: #5d5d5d;
    text-align: center;
}

.pt_al {
    padding: 80px 0 70px;
    background: url(http://www.china71.com/static/default/web/images/e_mall_pt6.jpg) center center no-repeat;
    background-size: cover;
}

.pt_al .tit {
    font-size: 36px;
    color: #444;
    line-height: 1;
    text-align: center;
    margin-bottom: 45px;
}

.pt_al ul {
    margin-bottom: 50px;
}

.pt_al .img_box {
    margin-bottom: 20px;
}

.pt_al .name {
    font-size: 17px;
    color: #3f3f3f;
}

.pt_al .more_btn {
    width: 20%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #2f67e2;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #2f67e2;
    overflow: hidden;
}

.pt_al .more_btn:hover {
    border-color: #fff;
}

.pt_al .more_btn a {
    display: block;
}

.pt_al .more_btn a:hover {
    background-color: #fff;
    color: #333;
}

.pt_kf {
    padding: 100px 0;
    background-color: #fff;
}

.pt_kf .tit {
    font-size: 38px;
    color: #444;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
}

.pt_kf .info1 {
    font-size: 24px;
    color: #5c5c5c;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

.pt_kf .info2 {
    font-size: 18px;
    width: 49%;
    margin: 0 auto;
    line-height: 34px;
    color: #5c5c5c;
    text-align: center;
}

.pt_dd {
    padding: 90px 0 60px;
    background: url(http://www.china71.com/static/default/web/images/e_mall_pt8.jpg) center center no-repeat;
    background-size: cover;
}

.pt_dd .tit {
    font-size: 38px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 70px;
}

.pt_dd .ruler {
    height: 24px;
    margin: 0 auto 30px;
    width: 90%;
    background: url(http://www.china71.com/static/default/web/images/e_mall_ruler.png) left center no-repeat;
}

.pt_dd .tab_t_box {
    width: 94%;
    margin: 0 auto;
}

.pt_dd .tab_t_box .tab_t {
    width: 22.35%;
    color: #fff;
    font-size: 26px;
    font-family: Arial;
    cursor: pointer;
    position: relative;
}

.pt_dd .tab_t_box .tab_t_cur:after {
    content: "";
    display: block;
    position: absolute;
    top: -23px;
    left: 0;
    margin-left: 19px;
    width: 12px;
    height: 16px;
    background: url(http://www.china71.com/static/default/web/images/e_mall_shuidi.png) center center no-repeat;
}

.pt_dd .tab_c {
    width: 94%;
    margin: 0 auto 46px;
}

.pt_dd .tab_c .year {
    width: 35%;
    text-align: center;
    font-size: 100px;
    font-family: Arial;
    line-height: 114px;
    color: #fff;
}

.pt_dd .tab_c .texts {
    width: 65%;
}

.pt_dd .tab_c .texts .pd {
    border-left: 1px solid #fff;
    padding: 0 50px;
}

.pt_dd .tab_c .texts .pd .t {
    font-size: 26px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.pt_dd .tab_c .texts .pd .info {
    font-size: 16px;
    color: #fff;
    height: 68px;
    overflow: hidden;
    line-height: 34px;
}

.E_mall .e_pt1 .tit_img {
    background: url(http://www.china71.com/static/default/web/images/commerce_pt3_tit.png) center center no-repeat;
    background-size: cover;
}

.E_mall .pt2 {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.E_mall .pt2 .tit {
    font-size: 38px;
    color: #333;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
}

.E_mall .pt2 .lists .pd {
    display: block;
    border: 1px solid #f8f8f8;
    padding: 35px 50px 50px;
}

.E_mall .pt2 .lists .pd .img_box {
    width: 33%;
    margin: 0 auto 35px;
}

.rect-73 {
    padding-bottom: 73%;
}

.E_mall .pt2 .lists .title {
    font-size: 20px;
    color: #090909;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.E_mall .pt2 .lists .info {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.E_mall .pt2 .lists .text {
    font-size: 12px;
    color: #949494;
}

.E_mall .pt2 .lists .pd:hover {
    background-color: #fff;
    border-color: #f0f0f0;
}

.E_mall .pt3 .icons_list li {
    float: left;
    width: 17%;
    margin-right: 3.75%;
}

.E_mall .pt3 {
    padding: 80px 0 40px;
    background-color: #fff;
}

.E_mall .pt3 .tit {
    font-size: 38px;
    color: #333;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}

.E_mall .pt3 .icons_list li {
    margin-bottom: 50px;
}

.E_mall .pt3 .icons_list li>a {
    display: block;
}

.E_mall .pt3 .icons_list li.icon5 {
    margin-right: 0;
}

.E_mall .pt3 .icons_list li.icon1 .color_box {
    background-color: #ff5757;
    padding: 25px 0;
    margin-bottom: 20px;
}

.E_mall .pt3 .icons_list li.icon2 .color_box {
    background-color: #ff7f00;
    padding: 25px 0;
    margin-bottom: 20px;
}

.E_mall .pt3 .icons_list li.icon3 .color_box {
    background-color: #6ec7ff;
    padding: 25px 0;
    margin-bottom: 20px;
}

.E_mall .pt3 .icons_list li.icon4 .color_box {
    background-color: #99d598;
    padding: 25px 0;
    margin-bottom: 20px;
}

.E_mall .pt3 .icons_list li.icon5 .color_box {
    background-color: #948abf;
    padding: 25px 0;
    margin-bottom: 20px;
}

.E_mall .pt3 .icons_list li .img_box {
    width: 118px;
    margin: 0 auto 28px;
}

.E_mall .pt3 .icons_list li .name {
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.E_mall .pt3 .icons_list li a:hover .name {
    color: #fff;
}

.E_mall .pt3 .icons_list li .text {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.E_shop .e_pt1 .tit_img {
    background: url(http://www.china71.com/static/default/web/images/commerce_pt2_tit.png) center center no-repeat;
    background-size: cover;
}

.E_shop .e_pt1 .text {
    margin-bottom: 50px;
}

.E_shop .e_pt1 .li1 .top_box {
    padding: 50px 0 30px;
    background-color: #2f67e2;
}

.E_shop .e_pt1 .li2 .top_box {
    padding: 50px 0 30px;
    background-color: #42668f;
}

.E_shop .e_pt1 .li3 .top_box {
    padding: 50px 0 30px;
    background-color: #2cbcb1;
}

.E_shop .e_pt1 .lists .top_box .img_box {
    width: 65px;
    height: 60px;
    margin: 0 auto 10px;
}

.E_shop .e_pt1 .li1 .top_box .img_box {
    background: url(http://www.china71.com/static/default/web/images/e_shop_pt1_c1.png) center center no-repeat;
}

.E_shop .e_pt1 .li2 .top_box .img_box {
    background: url(http://www.china71.com/static/default/web/images/e_shop_pt1_c2.png) center center no-repeat;
}

.E_shop .e_pt1 .li3 .top_box .img_box {
    background: url(http://www.china71.com/static/default/web/images/e_shop_pt1_c3.png) center center no-repeat;
}

.E_shop .e_pt1 .lists .top_box .texts {
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.E_shop .e_pt1 .lists .btm_box {
    padding: 40px 30px;
    background-color: #f0f0f0;
    font-size: 13px;
    color: #828282;
    line-height: 2;
    height: 166px;
    overflow: hidden;
}

.E_shop .e_pt1 .rotate_box {
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.E_shop .e_pt1 li>a:hover .rotate_box {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.E_shop .e_pt1 .lists .btm_box .l_box,.E_shop .e_pt1 .lists .btm_box .r_box {
    width: 49%;
}

.E_shop .e_pt1 .lists .btm_box .l_box {
    margin-right: 2%;
}

.solution .pt1 {
    padding: 105px 0;
}

.solution .pt1 .tit {
    font-size: 38px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.solution .pt1 .info {
    font-size: 20px;
    color: #666;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.solution .pt2 .sfq_box .list_cell {
    width: 20%;
    height: 820px;
    transition: all 0.3s ease;
    -webkit- transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.solution .pt2 .sfq_box .list_cell.on {
    width: 32%;
}

.solution .pt2 .sfq_box .list_cell.on .img_box {
    margin-top: 130px;
    transition: all 0.3s ease;
    -webkit- transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.solution .pt2 .sfq_box .list_cell.other {
    width: 17%;
}

.solution .pt2 .sfq_box .list_cell .img_box {
    margin-top: 260px;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.solution .pt2 .sfq_box .list_cell .name {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.solution .pt2 .sfq_box .list_cell .info {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto 120px;
    display: none;
}

.solution .pt2 .sfq_box .list_cell .more {
    width: 210px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: none;
    overflow: hidden;
}

.solution .pt2 .sfq_box .list_cell .more a {
    display: block;
    width: 100%;
    height: 100%;
}

.solution .pt2 .sfq_box .list_cell .more a:hover {
    background-color: #fff;
    color: #2f67e2;
}

.solution .pt2 .sfq_box .list_cell .more:hover {
    border: none;
}

.solution .pt2 .sfq_box .cell1 {
    background: url(http://www.china71.com/static/default/web/images/sfq_bg1.jpg) center center no-repeat;
    background-size: cover;
}

.solution .pt2 .sfq_box .cell2 {
    background: url(http://www.china71.com/static/default/web/images/sfq_bg2.jpg) center center no-repeat;
    background-size: cover;
}

.solution .pt2 .sfq_box .cell3 {
    background: url(http://www.china71.com/static/default/web/images/sfq_bg3.jpg) center center no-repeat;
    background-size: cover;
}

.solution .pt2 .sfq_box .cell4 {
    background: url(http://www.china71.com/static/default/web/images/sfq_bg4.jpg) center center no-repeat;
    background-size: cover;
}

.solution .pt2 .sfq_box .cell5 {
    background: url(http://www.china71.com/static/default/web/images/sfq_bg5.jpg) center center no-repeat;
    background-size: cover;
}

.solution .pt3 {
    padding: 100px 0 80px;
    background: url(http://www.china71.com/static/default/web/images/solution_bg3.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.solution .pt3 .can_wrap {
    position: relative;
    z-index: 2;
}

.solution .pt3 .info {
    width: 64%;
    margin: 0 auto 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.solution .pt3 .more {
    width: 340px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 24px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}

.solution .pt3 .more a {
    display: block;
    width: 100%;
    height: 100%;
}

.solution .pt3 .more a:hover {
    background-color: #fff;
    color: #fc6907;
}

.chuangyi_wenbo .hd_title {
    font-weight: normal;
}

.chuangyi_wenbo .hd_text {
    font-size: 16px;
    color: #656565;
}

.cywb_part1 {
    padding: 90px 0px 90px;
    text-align: center;
}

.cywb_part1 .hd_title {
    font-size: 35px;
    color: #545454;
    margin-bottom: 8px;
}

.cywb_part2 {
    width: 100%;
    background-color: #000;
    background-image: url(http://www.china71.com/static/default/web/images/cywb_part1_bj.png);
    padding: 64px 0px 60px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;
}

.cywb_part2 .part2_main {
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom:1;margin-right: 8%;
    overflow: hidden;
}

.cywb_part2 .part2_main .list_box {
    padding: 16% 10% 12%;
    font-size: 14px;
    color: #fff;
    background: url(http://www.china71.com/static/default/web/images/cywb_part1_main_bj.png) repeat;
    text-align: left;
    border-top: 1px solid #cc8738;
    border-right: 1px solid #cc8738;
    margin-top: -1px;
    margin-right: -1px;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.cywb_part2 .part2_main .list_num {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(http://www.china71.com/static/default/web/images/cywb_part1_number.png) no-repeat;
    right: 0;
    bottom: -24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cywb_part2 .part2_main .newdelay1:hover .list_num {
    background-position: 0 -80px;
}

.cywb_part2 .part2_main .newdelay2 .list_num {
    background-position: -80px 0px;
}

.cywb_part2 .part2_main .newdelay2:hover .list_num {
    background-position: -80px -80px;
}

.cywb_part2 .part2_main .newdelay3 .list_num {
    background-position: -160px 0px;
}

.cywb_part2 .part2_main .newdelay3:hover .list_num {
    background-position: -160px -80px;
}

.cywb_part2 .part2_main .newdelay4 .list_num {
    background-position: -240px 0px;
}

.cywb_part2 .part2_main .newdelay4:hover .list_num {
    background-position: -240px -80px;
}

.cywb_part2 .part2_main .newdelay5 .list_num {
    background-position: -320px 0px;
}

.cywb_part2 .part2_main .newdelay5:hover .list_num {
    background-position: -320px -80px;
}

.cywb_part2 .part2_main .newdelay6 .hd_title {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.cywb_part3 {
    padding: 85px 0 85px;
    text-align: center;
}

.cywb_part3 .hd_title {
    font-size: 40px;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.cywb_part3 .list_box {
    padding: 30px 24px;
}

.cywb_part3 .list_title {
    font-size: 16px;
    color: #575757;
    line-height: 20px;
    min-height: 80px;
    text-align: left;
}

.cywb_part3 .part3_bd {
    padding-top: 46px;
    width: 80%;
    margin: 0 auto;
}

.cywb_part3 .part3_bd ul {
    overflow: hidden;
}

.cywb_part3 .part3_bd li {
    width: 25.3%;
    margin: 0 4%;
    float: left;
}

.cywb_part3 .part3_bd .list_ico {
    width: 120px;
    height: 100px;
    background: url(http://www.china71.com/static/default/web/images/cywb_part3_ico.png) no-repeat;
    margin: 0 auto 20px;
    position: relative;
}

.cywb_part3 .part3_bd .list_ico .move {
    position: absolute;
    display: block;
}

.cywb_part3 .part3_bd .list01 .list_ico {
    background-position: 0px 0px;
}

.cywb_part3 .part3_bd .list01 .move {
    width: 50px;
    height: 50px;
    background: url(http://www.china71.com/static/default/web/images/cywb_part3_ico.png) no-repeat -35px -124px;
    top: 1px;
    left: 12px;
}

.cywb_part3 .part3_bd .list02 .list_ico {
    background-position: -120px 0px;
}

.cywb_part3 .part3_bd .list02 .move {
    width: 40px;
    height: 40px;
    background: url(http://www.china71.com/static/default/web/images/cywb_part3_ico.png) no-repeat -160px -130px;
    top: 18px;
    left: 40px;
}

.cywb_part3 .part3_bd .list03 .list_ico {
    background-position: -260px 0px;
}

.cywb_part3 .part3_bd .list03 .move {
    width: 90px;
    height: 90px;
    background: url(http://www.china71.com/static/default/web/images/cywb_part3_ico.png) no-repeat -260px -110px;
    top: 20px;
    left: 40px;
}

.cywb_part3 .part3_bd li:hover .list_box {
    background-color: #f8f8f8;
}

.cywb_part3 .part3_bd .list01:hover .move {
    -webkit-animation: move_01 0.6s linear 0s 1;
    -moz-animation: move_01 0.6s linear 0s 1;
    animation: move_01 0.6s linear 0s 1;
}

.cywb_part3 .part3_bd .list02:hover .move {
    -webkit-animation: move_02 0.6s linear 0s 1;
    -moz-animation: move_02 0.6s linear 0s 1;
    animation: move_02 0.6s linear 0s 1;
}

.cywb_part3 .part3_bd .list03:hover .move {
    -webkit-animation: move_03 0.6s linear 0s 1;
    -moz-animation: move_03 0.6s linear 0s 1;
    animation: move_03 0.6s linear 0s 1;
}

@keyframes move_01 {
    0% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }

    50% {
        transform: translate(0px,-8px);
        -webkit-transform: translate(0px,-8px);
    }

    100% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }
}

@-webkit-keyframes "move_01" {
    0% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }

    50% {
        transform: translate(0px,-8px);
        -webkit-transform: translate(0px,-8px);
    }

    100% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }
}

@keyframes move_02 {
    0% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }

    50% {
        transform: translate(8px,0px);
        -webkit-transform: translate(8px,0px);
    }

    100% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }
}

@-webkit-keyframes "move_02" {
    0% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }

    50% {
        transform: translate(8px,0px);
        -webkit-transform: translate(8px,0px);
    }

    100% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }
}

@keyframes move_03 {
    0% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }

    50% {
        transform: translate(8px,8px);
        -webkit-transform: translate(8px,8px);
    }

    100% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }
}

@-webkit-keyframes "move_03" {
    0% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }

    50% {
        transform: translate(8px,8px);
        -webkit-transform: translate(8px,8px);
    }

    100% {
        transform: translate(0px,0px);
        -webkit-transform: translate(0,0px);
    }
}

@media only screen and (max-width: 1300px) {
    .cywb_part2 .part2_main {
        width:60%;
    }
}

.soft_newIndex .ydhl_index_sec1 {
    padding: 0;
}

.iservice .text {
    margin-bottom: 4%;
}

@media only screen and (max-width: 1366px) {
    .iservice .text {
        margin-bottom:8%;
    }
}

.servicePage .serli.color2 .iservice.box .more .ion {
    background-position: -46px 0;
}

.servicePage .serli.color2:hover .iservice.box .more .ion {
    background-position: 0 0;
}

.servicePage .color11 a:hover {
    color: #fff;
}

.rolling > .rolling-box {
    -webkit-perspective: 1300px;
    -o-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rolling .is_animated {
    -webkit-transition-duration: 1.2s;
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-delay: .15s;
    -webkit-transition-timing-function: 'ease-in-out';
    -moz-transition-duration: 1.2s;
    -moz-transition-property: all;
    -moz-transition-delay: .15s;
    -moz-transition-timing-function: 'ease-in-out';
    -o-transition-duration: 1.2s;
    -o-transition-property: transform,opacity;
    -o-transition-delay: .15s;
    -o-transition-timing-function: 'ease-in-out';
    -ms-transition-duration: 1.2s;
    -ms-transition-property: transform,opacity;
    -ms-transition-delay: .15s;
    -ms-transition-timing-function: 'ease-in-out';
    transition-duration: 1.2s;
    transition-property: transform,opacity;
    transition-delay: .15s;
    transition-timing-function: 'ease-in-out';
    -webkit-transform: rotatex(-80deg) translateZ(0);
    -ms-transform: rotatex(-80deg) translateZ(0);
    transform: rotatex(-80deg) translateZ(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0
}

.rolling .is_animated.revealed {
    -webkit-transform: rotatex(0) translateZ(0);
    -ms-transform: rotatex(0) translateZ(0);
    transform: rotatex(0) translateZ(0);
    opacity: 1
}

.rolling>.rolling-box .tansDelay000 {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.rolling>.rolling-box .tansDelay100 {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.rolling>.rolling-box .tansDelay200 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.rolling>.rolling-box .tansDelay300 {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.rolling>.rolling-box .tansDelay400 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.rolling>.rolling-box .tansDelay500 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.rolling>.rolling-box .tansDelay600 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}

.rolling>.rolling-box .tansDelay700 {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}

.rolling>.rolling-box .tansDelay800 {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.rolling>.rolling-box .tansDelay1000 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.rolling>.rolling-box .tansDelay1200 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.rolling>.rolling-box .tansDelay1400 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.ptzc_p1 {
    margin-top: 96px;
}

.ptzc_p1 .tit_img {
    background: url(http://www.china71.com/static/default/web/images/commerce_pt2_tit.png) center center no-repeat;
    background-size: cover;
}

.ptzc_p1 .text {
    margin-bottom: 50px;
}

.ptzc_p1 .li1 .top_box {
    padding: 50px 0 30px;
    background-color: #2f67e2;
}

.ptzc_p1 .li2 .top_box {
    padding: 50px 0 30px;
    background-color: #42668f;
}

.ptzc_p1 .li3 .top_box {
    padding: 50px 0 30px;
    background-color: #2cbcb1;
}

.ptzc_p1 .lists .top_box .img_box {
    width: 65px;
    height: 60px;
    margin: 0 auto 10px;
}

.ptzc_p1 .li1 .top_box .img_box {
    background: url(http://www.china71.com/static/default/web/images/ptzc01.png) center center no-repeat;
}

.ptzc_p1 .li2 .top_box .img_box {
    background: url(http://www.china71.com/static/default/web/images/ptzc02.png) center center no-repeat;
}

.ptzc_p1 .li3 .top_box .img_box {
    background: url(http://www.china71.com/static/default/web/images/ptzc03.png) center center no-repeat;
}

.ptzc_p1 .lists .top_box .texts {
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.ptzc_p1 .lists .btm_box .ptzc_01 {
    white-space: inherit;
}

.ptzc_p1 .lists .btm_box {
    padding: 40px 30px;
    background-color: #f0f0f0;
    font-size: 13px;
    color: #828282;
    line-height: 2;
    height: 130px;
    overflow: hidden;
}

.ptzc_p1 .rotate_box {
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.ptzc_p1 li>a:hover .rotate_box {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.ptzc_p1 .lists .btm_box .l_box,.E_shop .e_pt1 .lists .btm_box .r_box {
    width: 49%;
}

.ptzc_p1 .lists .btm_box .l_box {
    margin-right: 2%;
}

.ptzc_p2 {
    margin-bottom: 60px;
}

.ptzc_p2 .title {
    font-size: 36px;
    color: #555;
    text-align: center;
    padding: 50px 0 30px;
}

.ptzc_p2 .img_box .top.rect-3475 {
    padding-bottom: 34.75%;
}

.ptzc_p2 .img_box .bottom.rect-3275 {
    padding-bottom: 32.75%;
    margin-top: 5px;
}

.img_01 .rect-1002 {
    padding-bottom: 100.2%;
}

.img_02 .rect-1002 {
    padding-bottom: 100.2%;
}

.img_03 .rect-1002 {
    padding-bottom: 57.703%;
}

.img_04 .rect-1002 {
    padding-bottom: 57.983%;
}

.img_05 .rect-1002 {
    padding-bottom: 32.441%;
}

.img_06 .rect-1002 {
    padding-bottom: 32.441%;
}

.img_07 .rect-1002 {
    padding-bottom: 65.656%;
}

.img_08 .rect-1002 {
    padding-bottom: 65.656%;
}

.img_09 .rect-1002 {
    padding-bottom: 65.656%;
}

.ptzc_p2 .img_box .img_ {
    float: left;
}

.ptzc_p2 .img_box .img_01 {
    width: 34.666%;
    margin-right: 0.5%;
}

.ptzc_p2 .img_box .img_02 {
    width: 34.666%;
    margin-right: 0.4%;
}

.ptzc_p2 .img_box .img_03 {
    width: 29.75%;
    margin-bottom: 4px;
}

.ptzc_p2 .img_box .img_04 {
    width: 29.75%;
}

.ptzc_p2 .img_box .img_05 {
    width: 49.833%;
}

.ptzc_p2 .img_box .img_06 {
    width: 49.833%;
    float: right;
    margin-left: 0.3%;
}

.ptzc_p2 .img_box .img_07 {
    width: 24.75%;
    float: left;
    margin-top: 4px;
}

.ptzc_p2 .img_box .img_08 {
    width: 24.75%;
    float: left;
    margin-top: 4px;
    margin-left: 0.3%;
}

.ptzc_p2 .img_box .img_09 {
    width: 49.833%;
    float: right;
    margin-top: 4px;
    height: 194px
}

.ptzc_p2 .img_box .img_09 img {
    height: 194px;
}

.ptzc_p2 .img_box .img_ .infor {
    position: absolute;
    left: 34px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.ptzc_p2 .img_box .img_01 .infor {
    top: 35px;
}

.ptzc_p2 .img_box .img_02 .infor {
    top: 35px;
    color: #1c1b20;
}

.ptzc_p2 .img_box .img_03 .infor {
    bottom: 15px;
}

.ptzc_p2 .img_box .img_04 .infor {
    bottom: 25px;
    color: #de3e32;
}

.ptzc_p2 .img_box .img_05 .infor {
    bottom: 10px;
    color: #1c1b20;
}

.ptzc_p2 .img_box .img_06 .infor {
    top: 35px;
}

.ptzc_p2 .img_box .img_07 .infor {
    bottom: 15px;
}

.ptzc_p2 .img_box .img_08 .infor {
    bottom: 15px;
}

.ptzc_p2 .img_box .img_09 .infor {
    top: 35px;
}

.tr5 {
    transition: all 0.5s ease;
}

.zbfw_p1 .infor {
    color: #363636;
    padding: 50px 0;
    text-align: center;
}

.zbfw_p1 .infor .tit {
    font-size: 36px;
    margin-bottom: 12px;
}

.zbfw_p1 .infor .con {
    font-size: 16px;
    width: 922px;
    margin: 0 auto;
    line-height: 28px;
}

.zbfw_p2 {
    height: 548px;
    background: url(http://www.china71.com/static/default/web/images/yd_marking_bg.jpg) no-repeat center;
    padding-top: 103px;
    box-sizing: border-box;
}

.zbfw_p2 .rect-1256 {
    padding-bottom: 125.6%;
}

.zbfw_p2 li {
    background: rgba(255,255,255,.2);
}

.zbfw_p2 li .li_box {
    box-sizing: border-box;
    padding: 67px 25px 71px 26px;
}

.zbfw_p2 li .li_box .infor {
    text-align: center;
    color: #fff;
}

.zbfw_p2 li .li_box .infor .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.zbfw_p2 li .li_box .infor .con {
    font-size: 12px;
    line-height: 24px;
}

.zbfw_p2 li .li_box .ion {
    width: 63px;
    height: 62px;
    margin: 0 auto 30px;
    display: block;
}

.zbfw_p2 li .li_box .ion1 {
    background: url(http://www.china71.com/static/default/web/images/zbfw01.png) no-repeat center;
}

.zbfw_p2 li .li_box .ion2 {
    background: url(http://www.china71.com/static/default/web/images/zbfw02.png) no-repeat center;
}

.zbfw_p2 li .li_box .ion3 {
    background: url(http://www.china71.com/static/default/web/images/zbfw03.png) no-repeat center;
}

.zbfw_p2 li .li_box .ion4 {
    background: url(http://www.china71.com/static/default/web/images/zbfw04.png) no-repeat center;
}

.zbfw_p2 li:hover {
    background: rgba(255,255,255,.9);
}

.zbfw_p2 li:hover .infor {
    color: #2f67e2;
}

.zbfw_p2 li:hover .infor .con {
    color: #5f5f5f
}

.zbfw_p2 li:hover .li_box .ion1 {
    background: url(http://www.china71.com/static/default/web/images/zbfw01_1.png) no-repeat center;
    transform: rotateY(180deg);
}

.zbfw_p2 li:hover .li_box .ion2 {
    background: url(http://www.china71.com/static/default/web/images/zbfw02_1.png) no-repeat center;
    transform: rotateY(180deg);
}

.zbfw_p2 li:hover .li_box .ion3 {
    background: url(http://www.china71.com/static/default/web/images/zbfw03_1.png) no-repeat center;
    transform: rotateY(180deg);
}

.zbfw_p2 li:hover .li_box .ion4 {
    background: url(http://www.china71.com/static/default/web/images/zbfw04_1.png) no-repeat center;
    transform: rotateY(180deg);
}

.zbfw_p3 {
    text-align: center;
    padding: 65px 0;
}

.zbfw_p3 ._tit {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

.zbfw_p3 .p1 {
    font-size: 16px;
    margin-bottom: 50px;
}

.zbfw_p3 .icos {
    width: 114%;
    height: 270px;
}

.zbfw_p3 .dot ._list {
    display: none;
}

.zbfw_p3 .dot ._list a {
    display: block;
    line-height: 28px;
}

.zbfw_p3 .dot {
    z-index: 5;
    background: #fff;
    position: absolute;
    cursor: pointer;
    width: 128px;
    height: 128px;
    border: 1px solid #ddd;
    border-radius: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zbfw_p3 .dot .ic {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://www.china71.com/static/default/web/images/xyswz_ico.png) no-repeat 0 0;
    margin-top: 30px;
}

.zbfw_p3 .dot h3 {
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 5px;
    padding: 0 20px;
}

.zbfw_p3 .dot:hover {
    z-index: 6;
    background: #2f67e2;
    color: #fff;
    height: auto;
    padding-bottom: 30px;
}

.zbfw_p3 .dot:hover ._list {
    display: block;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
}

.zbfw_p3 .dot:hover ._list a {
    color: #fff;
}

.zbfw_p3 .dot1 .ic {
    background-position: 0 0;
}

.zbfw_p3 .dot2 .ic {
    background-position: -50px 0;
}

.zbfw_p3 .dot3 .ic {
    background-position: -100px 0;
}

.zbfw_p3 .dot4 .ic {
    background-position: -150px 0;
}

.zbfw_p3 .dot5 .ic {
    background-position: -200px 0;
}

.zbfw_p3 .dot6 .ic {
    background-position: -250px 0;
}

.zbfw_p3 .dot7 .ic {
    background-position: -300px 0;
}

.zbfw_p3 .line {
    content: '';
    position: absolute;
    background: url(http://www.china71.com/static/default/web/images/line1_2.png) no-repeat center;
    width: 100px;
    height: 107px;
    z-index: 1;
}

.zbfw_p3 .line2,.zbfw_p3 .line4,.zbfw_p3 .line6,.zbfw_p3 .line8 {
    background-image: url(http://www.china71.com/static/default/web/images/line1_1.png);
    height: 123px;
    width: 110px;
}

.zbfw_p3 .line1 {
    left: 7%;
    top: 91px;
}

.zbfw_p3 .line2 {
    left: 19%;
    top: 91px;
}

.zbfw_p3 .line3 {
    left: 32%;
    top: 91px;
}

.zbfw_p3 .line4 {
    left: 44%;
    top: 91px;
}

.zbfw_p3 .line5 {
    left: 57%;
    top: 91px;
}

.zbfw_p3 .line6 {
    left: 69%;
    top: 91px;
}

.zbfw_p3 .line7 {
    left: 82%;
    top: 91px;
}

.zbfw_p3 .dot1:hover .ic {
    background-position: 0 -50px;
}

.zbfw_p3 .dot2:hover .ic {
    background-position: -50px -50px;
}

.zbfw_p3 .dot3:hover .ic {
    background-position: -100px -50px;
}

.zbfw_p3 .dot4:hover .ic {
    background-position: -150px -50px;
}

.zbfw_p3 .dot5:hover .ic {
    background-position: -200px -50px;
}

.zbfw_p3 .dot6:hover .ic {
    background-position: -250px -50px;
}

.zbfw_p3 .dot7:hover .ic {
    background-position: -300px -50px;
}

.zbfw_p3 .dot1 {
    top: 0;
}

.zbfw_p3 .dot2 {
    bottom: 0;
    left: 12.5%;
}

.zbfw_p3 .dot3 {
    top: 0;
    left: 25%;
}

.zbfw_p3 .dot4 {
    bottom: 0;
    left: 37.5%;
}

.zbfw_p3 .dot5 {
    top: 0;
    left: 50%;
}

.zbfw_p3 .dot6 {
    bottom: 0;
    left: 62.5%;
}

.zbfw_p3 .dot7 {
    top: 0;
    left: 75%;
}

.team_p1 {
    height: 479px;
    background: url(http://www.china71.com/static/default/web/images/team01.jpg) no-repeat center;
    margin-bottom: 80px;
}

.team_p1 .infor {
    padding: 96px 62px;
}

.team_p1 .infor .li_box {
    box-sizing: border-box;
    padding: 0 35px 0 43px;
    text-align: center;
}

.team_p1 .infor .li_box .circle {
    width: 199px;
    height: 199px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 199px;
}

.team_p1 .infor .li_box .circle span {
    font-size: 27px;
    color: #2f67e2;
}

.team_p1 .infor .li_box .circle span.team_num {
    font-size: 86px;
    font-family: Impact;
}

.team_p1 .infor .li_box .con {
    margin-top: 30px;
    line-height: 28px;
}

.team_p2 ul li {
    margin-bottom: 26px;
}

.team_p2 ul li .rect-100 {
    padding-bottom: 100%;
}

.team_p2 ul li .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,102,0,.8);
    background: #2f67e2\9\0;
    left: 0;
    top: 105%;
    display: none;
}

.team_p2 ul li .cover i {
    display: block;
    width: 54px;
    height: 53px;
    background: url(http://www.china71.com/static/default/web/images/team06.png) no-repeat center;
    margin: 124px auto 0;
}

.team_p2 ul li .txt {
    line-height: 61px;
    width: 100%;
    text-align: center;
}

.team_p2 ul li:hover .cover {
    top: 0;
}

.ec_sec3 ._links {
    height: 200px;
    padding: 40px;
}

.ec_sec3 ._links dl {
    width: 100%;
    float: none;
}

.ec_sec3 ._links dt {
    font-size: 15px;
    max-height: 148px;
    overflow: hidden;
}

.ec_sec2 ._con h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ec_sec2 ._con ._txt {
    width: 62%;
}

.ydhl .wrap .nav > ul > li {
    width: 16.6666%;
}

.dt_sec1 {
    background: url('http://www.china71.com/static/default/web/images/dt_sec1_bg.jpg') repeat-y center;
    font-size: 16px;
}

.dt_sec1_left,.dt_sec1_right {
    width: 50%;
    float: left;
    color: #ffffff;
    padding: 80px 0;
}

.dt_sec1_left {
    background: #fda60a;
    padding-right: 40px;
    box-sizing: border-box;
}

.dt_sec1_right {
    background: #33527d;
    padding-left: 40px;
    box-sizing: border-box;
}

.dt_sec1_left .t,.dt_sec1_right .t {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
}

.dt_sec2 {
    background: url('http://www.china71.com/static/default/web/images/dt_sec2_bg.jpg') no-repeat center;
    width: 100%;
    height: 555px;
    color: #fff;
    padding: 60px 0;
}

.dt_sec_tit {
    font-size: 36px;
    text-align: center;
    position: relative;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.dt_sec_tit:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background: #fb4e06;
    left: 50%;
    margin-left: -55px;
    bottom: 0;
}

.dt_sec2 li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.dt_sec2 li i {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    background: url(http://www.china71.com/static/default/web/images/dt_sec2_icos.png) no-repeat 0 0;
}

.dt_sec2 li .p {
    font-size: 18px;
}

.dt_sec2 li .ic2 {
    background-position: -100px 0;
}

.dt_sec2 li .ic3 {
    background-position: -200px 0;
}

.dt_sec2 li .ic4 {
    background-position: -300px 0;
}

.dt_sec2 li .ic5 {
    background-position: -400px 0;
}

.dt_sec2 .list1 {
    margin-bottom: 100px;
}

.dt_sec2 .list2 li {
    float: left;
    width: 50%;
    text-align: center;
}

.dt_sec3 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.dt_sec3 li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.dt_sec3 .ic {
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(http://www.china71.com/static/default/web/images/dt_sec3_ico.png) no-repeat 0 0;
}

.dt_sec3 .ic2 {
    background-position: -125px 0;
}

.dt_sec3 .ic3 {
    background-position: -250px 0;
}

.dt_sec3 .ic4 {
    background-position: -375px 0;
}

.dt_sec3 .ic5 {
    background-position: -500px 0;
}

.dt_sec3 li:after {
    content: '';
    position: absolute;
    display: block;
    background: url(http://www.china71.com/static/default/web/images/dt_sec3_arr.png) no-repeat center;
    width: 19px;
    height: 30px;
    top: 35%;
    right: 0;
}

.dt_sec3 li:last-child:after {
    display: none;
}

.dt_center_banner_wrapper {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.dt_center_banner_wrapper .dt_center_banner_bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
    height: auto;
}

.dt_center_banner_wrapper .w1200 {
    position: relative;
}

.dt_center_banner_wrapper .dt_center_banner_tit {
    position: relative;
    margin-top: 120px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 40px;
    color: #fff;
}

.dt_center_banner_wrapper .dt_center_banner_tit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 108px;
    height: 2px;
    background-color: #fff;
}

.dt_center_banner_wrapper .dt_center_banner_desc {
    line-height: 2;
    font-size: 16px;
    color: #a3a3a3;
}

.dt_center {
}

.dt_center .dt_center_tit_wrapper {
    padding-bottom: 40px;
    text-align: center;
    color: #555;
}

.dt_center .dt_center_tit_wrapper .dt_center_tit_hd {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 40px;
}

.dt_center .dt_center_tit_wrapper .dt_center_tit_hd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -54px;
    width: 108px;
    height: 2px;
    background: #2f67e2;
}

.dt_center .part1 {
    padding: 80px 0 70px;
}

.dt_center .part1 .dt_center_tit_wrapper .dt_center_tit_bd {
    margin: 0 auto;
    max-width: 1030px;
    line-height: 2;
    font-size: 16px;
}

.dt_center .part1 .prt1_see_more_btn {
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    color: #2f67e2;
    border: #2f67e2 1px solid;
}

.dt_center .part2 .prt2_cell {
    position: relative;
    float: left;
    width: 50.1%;
    margin-left: -0.1%;
}

.dt_center .part2 .prt2_cell .img_wrap {
    position: relative;
    height: 0;
    padding-bottom: 57.3%;
    overflow: hidden;
}

.dt_center .part2 .prt2_cell .img_wrap .prt2_cell_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dt_center .part2 .prt2_cell .txt_msk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(251,78,6,.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dcfb4e06,endcolorstr=#dcfb4e06);
}

.dt_center .part2 .prt2_cell.prt2_cell2 .txt_msk {
    background: rgba(52,82,125,.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dc33527d,endcolorstr=#dc33527d);
}

.dt_center .part2 .prt2_cell .txt_table {
    display: table;
    margin: 0 auto;
    max-width: 480px;
    width: 90%;
    height: 100%;
}

.dt_center .part2 .prt2_cell .txt_table_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.dt_center .part2 .prt2_cell .txt_tit {
    font-size: 30px;
}

.dt_center .part2 .prt2_cell .txt_desc {
    margin-bottom: 15px;
    min-height: 8em;
    font-size: 16px;
    line-height: 2;
}

.dt_center .part2 .prt2_cell .prt2_see_more_btn {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border: #fff 1px solid;
}

.dt_center .part2 .prt2_cell .prt2_see_more_btn .prt2_see_more_arr {
    display: block;
    width: 48px;
    height: 48px;
    background: url(http://www.china71.com/static/default/web/images/dt_center_prt2_see_more_arr.png) -48px 0 no-repeat;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.dt_center .part2 .prt2_cell:hover .prt2_see_more_btn .prt2_see_more_arr {
    background-color: #fff;
    background-position: 0 0;
}

.dt_center .part3 {
    padding: 55px 0 90px;
}

.dt_center .part3 .prt3_ico_cell {
    float: left;
    width: 25%;
    text-align: center;
}

.dt_center .part3 .prt3_ico_cell .prt3_ico {
    margin: 0 auto 35px;
    display: block;
    width: 80px;
    height: 80px;
    background: url(http://www.china71.com/static/default/web/images/dt_center_icos.png) 0 -80px no-repeat;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell2 .prt3_ico {
    background-position: -80px -80px;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell3 .prt3_ico {
    background-position: -160px -80px;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell4 .prt3_ico {
    background-position: -240px -80px;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell1:hover .prt3_ico {
    background-position: 0 0;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell2:hover .prt3_ico {
    background-position: -80px 0;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell3:hover .prt3_ico {
    background-position: -160px 0;
}

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell4:hover .prt3_ico {
    background-position: -240px 0;
}

.dt_center .part3 .prt3_ico_cell:hover .prt3_ico_tit,.dt_center .part3 .prt3_ico_cell:hover .prt3_ico_desc {
    color: #fb4e06;
}

.dt_center .part3 .prt3_ico_cell .prt3_ico_tit {
    font-size: 30px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.dt_center .part3 .prt3_ico_cell .prt3_ico_desc {
    font-size: 16px;
}

.ydhl .nav {
    width: 70%;
}

.dt_prolist {
    background: url(http://www.china71.com/static/default/web/images/dt_prolist_bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.ydhl_index_sec2 li {
    height: auto;
    cursor: pointer;
    padding-bottom: 0;
    width: 22%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ydhl_index_sec2 li.active {
    width: 34%;
}

.ydhl_index_sec2 li ._img {
    height: 420px;
}

.ydhl_index_sec2 li ._con {
    background: none;
}

.ydhl_index_sec2 li ._con ._txt {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    height: 44px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.ydhl_index_sec2 li ._con .detail_btn {
    display: block;
    width: 96px;
    height: 40px;
    background: #f60;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.ydhl_index_sec2 li ._img {
    border-right: 1px solid rgba(255,255,255,.4);
}

.ydhl_index_sec2 li ._con .ic {
    margin-top: 80px;
}

.ydhl_index_sec2 li.active ._con .detail_btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.ydhl_index_sec2 li.active ._con ._txt {
    width: 80%;
}

#rbbox {
    width: 522px;
    height: 358px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -242px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 1000;
    _position: absolute;
    background: url(http://www.china71.com/static/default/web/images/zg_tanc.png) no-repeat;
    display: none;
}

#hot_sales {
}

#close {
    margin-top: 40px;
    margin-right: 5px;
}

#tan {
    margin-top: 0px;
}

#tan h1 {
    font-size: 45px;
    line-height: 60px;
    color: #323232;
    margin-top: 50px;
    text-align: center;
}

#tan .zg_wa {
    font-size: 18px;
    color: #5a5a5a;
    text-align: center;
    line-height: 28px;
}

#tan .zxkf {
    width: 352px;
    height: 54px;
    text-align: center;
    background: #2f67e2;
    align: center;
    margin: 22px auto 16px;
}

#tan .zxkf a {
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    font-weight: bold;
}

#tan .shzs {
    text-align: center;
}

#tan .shzs a {
    font-size: 17px;
    color: #aca6a2;
}

.button {
    display: inline;
    font-size: 12px;
    cursor: pointer;
    color: #2f67e2
}

#hot_list {
    float: left;
    margin: 10px !important;
    margin: 5px;
    padding-left: 0px;
    padding-top: 6px;
    font-size: 12px;
    color: #ff5200
}

#hot_list1 {
    float: left;
    margin: 0 10px !important;
    margin: 0 5px;
    font-size: 12px;
    color: #333333
}

.part1_newjjfa {
    height: 430px;
    overflow: hidden;
    background: url(http://www.china71.com/static/default/web/images/gcjx.jpg) no-repeat center center;
    margin-left: 5%;
    margin-right: 5%;
}

.part1_newjjfa.bg1 {
    background: url(http://www.china71.com/static/default/web/images/gcjx.jpg) no-repeat center center;
}

.part1_newjjfa.bg2 {
    background: url(http://www.china71.com/static/default/web/images/gfjg.jpg) no-repeat center center;
}

.part1_newjjfa.bg3 {
    background: url(http://www.china71.com/static/default/web/images/hymc.jpg) no-repeat center center;
}

.part1_newjjfa.bg4 {
    background: url(http://www.china71.com/static/default/web/images/ytny.jpg) no-repeat center center;
}

.part1_newjjfa.bg5 {
    background: url(http://www.china71.com/static/default/web/images/zhjy.jpg) no-repeat center center;
}

.part1_newjjfa .bigbox li {
    width: 15%;
    height: 765px;
    float: left;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.part1_newjjfa .bigbox li .box {
    height: 100%;
    border-left: 1px solid #8c9292;
    padding: 45px 30px;
    color: #fff;
    overflow: hidden;
}

.part1_newjjfa .bigbox li .box .tit {
    font-size: 88px;
    line-height: 1;
    padding-bottom: 30px;
    font-weight: normal;
    display: none;
}

.part1_newjjfa .bigbox li .box .ch {
    font-size: 24px;
    line-height: 1;
}

.part1_newjjfa .bigbox li .box .en {
    font-size: 16px;
    font-family: 'Arial';
    opacity: 0.5;
    filter: alpha(opacity=50);
    padding-top: 18px;
    display: block;
}

.part1_newjjfa .bigbox li:last-child .box {
    border-right: 1px solid #7f8585;
}

.part1_newjjfa .bigbox li.cur {
    width: 40%;
    position: relative;
}

.part1_newjjfa .bigbox li.cur .box .tit {
    color: #aace39;
    display: none;
}

.part1_newjjfa .bigbox li.cur .ch {
    display: none;
}

.part1_newjjfa .bigbox li .innerBox {
    width: 100%;
}

.part1_newjjfa .bigbox li .innerBox .inner_tit {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all .8s ease;
    opacity: 0;
    visibility: hidden;
}

.part1_newjjfa .bigbox li.cur .innerBox .inner_tit {
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.part1_newjjfa .bigbox li .innerBox .p {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    width: 100%;
    font-size: 14px;
}

.part1_newjjfa .bigbox li.cur .innerBox .p {
    padding-top: 9%;
    min-height: 19.2em;
    overflow: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
}

.part1_newjjfa .bigbox li .innerBox .more {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: transform,opacity .8s ease;
    -webkit-transition: transform,opacity .8s ease;
    display: block;
    margin-top: -16%;
    opacity: 0;
    visibility: hidden;
}

.part1_newjjfa .bigbox li.cur .innerBox .more {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.common_more {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    background-image: url(http://www.china71.com/static/default/web/images/common_more.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: none;
}

.common_more:hover {
    background-position: -43px 0;
    background-color: #fff;
}

.part1_newjjfa .bigbox a:hover {
    color: #fff
}

.nav .nav_svc .prd_svc {
    float: left;
    width: 225px;
    border-right: 1px solid #eee;
    margin: 20px 0
}

.nav .nav_svc .prd_svc h2 {
    font-size: 13px;
    color: #ff610a;
    line-height: 40px;
    padding-left: 32px;
    margin-top: -10px
}

.nav .nav_svc {
    width: 452px;
    border: #ccc 1px solid;
    border-top: #2f67e2 2px solid;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -225px;
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
    -o-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
    transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
}

.nav .nav_svc .prd_svc ul {
    position: static;
    opacity: 1;
    margin-left: 0;
    border: none;
    border-top: none
}

.nav > ul > li:hover .nav_svc {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}

.contact_us .title {
    font-size: 14px;
    color: #5e5e5e;
    padding-bottom: 20px;
}

.contact_us .pt1 {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
}

.contact_us .pt1 .map_box {
    height: 100%;
    margin-left: -100px
}

.contact_us .pt1 .map_box img {
    max-width: none;
}

.contact_us .pt1 .box {
    width: 40%;
    right: 0;
    height: 100%;
    background-color: #ce010c;
    background-color: #f27824;
    position: absolute;
    top: 0;
    z-index: 9
}

.contact_us .pt1 .box .inner_box {
    padding: 11%;
    color: #fff;
}

.contact_us .pt1 .box .inner_box a {
    color: #fff;
}

.contact_us .pt1 .box .inner_box .tit a {
    font-size: 24px;
    line-height: 1;
}

.contact_us .pt1 .box .inner_box .linear {
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #fff;
    margin: 3% 0;
}

.contact_us .pt1 .box .inner_box .p1 {
    font-size: 14px;
    margin-bottom: 7%;
    line-height: 1;
}

.contact_us .pt1 .box .inner_box .p {
    line-height: 1.8;
}

.contact_us .pt1 .box .inner_box .linear.all {
    width: 100%;
    margin: 5% 0 5%;
}

.contact_us .pt1 .box .inner_box dl.dl1 {
    width: 60%;
}

.contact_us .pt1 .box .inner_box dl dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact_us .pt1 ._img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.contact_us .BMap_shadow img {
    display: none;
}

.contact_us .pt1 .c_phone .ico {
    display: inline-block;
    width: 52px;
    height: 43px;
    background: url(http://www.china71.com/static/default/web/images/contact_phone.png) no-repeat;
    margin-right: 10px;
    vertical-align: bottom;
}

.contact_us .pt1 .c_phone a {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    font-style: italic;
}

.contact_us .pt1 .box .inner_box dl dd {
    line-height: 22px;
}

.raydata {
    overflow: hidden;
}

.raydata_banner {
    position: relative;
    width: 100%;
    background: url(http://www.china71.com/static/default/web/images/raydata_banner_bg.png);
}

.raydata_banner .banner_e {
    position: relative;
    height: 430px;
    overflow: hidden;
}

.raydata_banner .banner_e img {
    width: 884px;
    max-width: none;
    position: absolute;
    left: 50%;
    margin-left: -452px;
    top: 0;
}

.raydata_banner .banner_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}

.raydata_banner .text_l {
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    margin-top: 109px;
    margin-left: 100px;
}

.raydata_banner .text_l:after {
    content: '';
    display: block;
    width: 162px;
    height: 2px;
    margin-top: 40px;
    background-color: #97aae0;
}

.raydata_banner .text_l p {
    color: #97aae0;
    font-size: 33px;
}

.raydata_banner .text_r {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    margin-top: 235px;
    margin-right: 110px;
    text-align: right;
}

.raydata_banner .text_r:before {
    content: '';
    float: right;
    width: 46px;
    height: 4px;
    margin-bottom: 42px;
    background-color: #00a0e9;
    margin-right: 8px;
}

.raydata_banner .text_r p {
    clear: both;
}

.raydata .pt2 {
    padding: 33px 0 70px 0;
}

.raydata .pt2 .tit {
    font-size: 35px;
    color: #333;
    line-height: 80px;
    text-align: center;
}

.raydata .pt2 .tit i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #42adff;
    vertical-align: middle;
    margin: 0 10px;
}

.raydata .pt2 .sub_tit {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    margin-bottom: 66px;
}

.raydata .pt2 .tit span {
    color: #42adff;
}

.raydata .pt2 .lists li {
    width: 20%;
    float: left;
}

.raydata .pt2 .lists .pd {
    display: block;
    border: 1px solid #fff;
}

.raydata .pt2 .lists .pd .img_box {
    width: 25%;
    margin: 30px auto 12px;
    transition: all .3s ease;
}

.raydata .pt2 .lists .title {
    font-size: 16px;
    color: #42adff;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.raydata .pt2 .lists .text {
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    line-height: 22px;
    text-align: center;
}

.raydata .blue {
    color: #6a93ff;
}

.rect-150 {
    padding-bottom: 150%;
}

.raydata .sub_banner {
    position: relative;
    width: 100%;
    background-color: #1e2531;
    height: 630px;
}

.raydata .sub_banner img {
    width: 58%;
}

.raydata .sub_banner .text {
    margin-top: 191px;
    margin-left: 41px;
    line-height: 1;
    color: #ffffff;
    font-size: 34px;
}

.raydata .sub_banner .text:before {
    content: '';
    display: block;
    width: 66px;
    height: 4px;
    margin-bottom: 32px;
    background-color: #42adff;
}

.raydata .sub_banner .text p {
    margin-top: 15px;
    font-size: 18px;
    opacity: 0.57;
    line-height: 30px;
}

.rd_tab {
    position: relative;
}

.rd_tab .tab_sign {
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 81px;
    width: 30px;
    height: 146px;
    border: 1px solid #319dff;
    font-size: 20px;
    color: #ffffff;
    z-index: 10;
    padding: 20px;
    text-align: center;
    line-height: 24px;
}

.rd_tab .tab_sign:before,.rd_tab .tab_sign:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background-color: #42adff;
}

.rd_tab .tab_sign:after {
    height: 75px;
    bottom: -75px;
}

.rd_tab .tab_sign:before {
    height: 80px;
    top: -80px;
}

.rd_tab .tab_item.active {
    padding-top: 343px;
}

.rd_tab .tab_tit {
    width: 50%;
    height: 343px;
    position: absolute;
    top: 0;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    border-top: 1px solid #42adff;
}

.rd_tab .tab_tit:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #42adff;
}

.rd_tab .tab_tit:after {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    z-index: 10;
    transform: rotate(-45deg);
}

.rd_tab .active .tab_tit:after {
    display: block;
}

.rd_tab ._tit {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 34px;
    margin-top: 103px;
    position: relative;
    z-index: 10;
}

.rd_tab ._cont {
    line-height: 26px;
    font-size: 14px;
    opacity: 0.8;
    width: 274px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.rd_tab ._cover {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    color: transparent;
    border-radius: 50%;
    -webkit-box-shadow: 20em -2em 0 5em,0em -3em 0 6em,-18em -3em 0 5em;
    box-shadow: 20em -2em 0 5em,0em -3em 0 6em,-18em -3em 0 5em;
    left: 50%;
    top: 50%;
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.rd_tab .active ._cover {
    color: #006eff;
    background: #006eff;
    -webkit-animation: .5s bubble-scale forwards;
    animation: .5s bubble-scale forwards
}

.rd_tab .tab_content {
    padding-top: 50px;
}

.rd_tab .active .tab_content {
    display: block;
}

@-webkit-keyframes bubble-scale {
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 168%;
        color: #006eff;
        background: #006eff
    }
}

@keyframes bubble-scale {
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 168%;
        color: #006eff;
        background: #006eff
    }
}

.tab_content .cont .l {
    float: left;
    width: 50%;
}

.tab_content {
    display: none;
}

.rd_tab .tab_analys .tab_tit {
    left: 0;
    background: #3725b4 url(http://www.china71.com/static/default/web/images/rd_tab_analys.png) top center no-repeat;
    background-size: contain;
}

.rd_tab .tab_show .tab_tit {
    right: 0;
    background: #27359d url(http://www.china71.com/static/default/web/images/rd_tab_show.jpg) top center no-repeat;
    background-size: contain;
}

.rd_tab .tab_analys .charts {
    width: 100%;
}

.rd_tab .tab_analys li {
    text-align: center;
    height: 280px;
}

.rd_tab .tab_analys .img_box {
    width: 17%;
    margin: 16px auto 22px;
}

.rd_tab .tab_analys .title {
    color: #101834;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 14px;
}

.rd_tab .tab_analys .text {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.tab_show .title {
    text-align: center;
    font-size: 46px;
    color: #000000;
    padding: 34px 0;
    line-height: 1;
    position: relative;
    margin-bottom: 54px;
}

.tab_show .title:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -5px;
    width: 18px;
    height: 10px;
    background: url(http://www.china71.com/static/default/web/images/rd_tab_arr.png) center no-repeat;
}

.rd_show_tab_top {
    width: 750px;
    margin: 0 auto;
}

.rd_show_tab_top .show_tab_tit {
    width: 200px;
    float: left;
    color: #666666;
    font-size: 24px;
    line-height: 1;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 25px;
    padding-bottom: 14px;
}

.rd_show_tab_top .show_tab_tit:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -61px;
    width: 122px;
    height: 3px;
    background-color: #ffffff;
}

.rd_show_tab_top .show_tab_tit.active,.rd_show_tab_top .show_tab_tit:hover {
    color: #42adff;
}

.rd_show_tab_top .show_tab_tit.active:after,.rd_show_tab_top .show_tab_tit:hover:after {
    background-color: #42adff;
}

.rd_show_tab_top .show_tab_tit i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 22px;
    background: url(http://www.china71.com/static/default/web/images/tab_show_icon.png) no-repeat;
    transition: all .3s ease;
}

.rd_show_tab_top .show_tab_tit .tab_tit1 {
    background-position: 0 0;
}

.rd_show_tab_top .show_tab_tit.active .tab_tit1,.rd_show_tab_top .show_tab_tit:hover .tab_tit1 {
    background-position: 0 -50px;
}

.rd_show_tab_top .show_tab_tit .tab_tit2 {
    background-position: -50px 0;
}

.rd_show_tab_top .show_tab_tit.active .tab_tit2,.rd_show_tab_top .show_tab_tit:hover .tab_tit2 {
    background-position: -50px -50px;
}

.rd_show_tab_top .show_tab_tit .tab_tit3 {
    background-position: -100px 0;
}

.rd_show_tab_top .show_tab_tit.active .tab_tit3,.rd_show_tab_top .show_tab_tit:hover .tab_tit3 {
    background-position: -100px -50px;
}

.show_tab_info {
    line-height: 26px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 37px;
    text-align: left;
}

.show_tab_cont {
    display: none;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}

.show_tab_cont.active {
    display: block;
}

.show_tab_cont img {
    max-width: 100%;
}

.banner_bigdata {
    color: #fff;
    height: 670px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #000;
}

.bigdata_p1 {
    font-size: 58px;
    margin-top: 90px;
}

.bigdata_p2 {
    font-size: 30px;
}

.bigdata.raydata .pt2 .lists {
    text-align: center;
}

.bigdata.raydata .pt2 .lists li {
    float: none;
    display: inline-block
}

.bigdata.raydata .pt2 .lists li:hover .img_box {
    transform: translateY(-15px);
}

.bigdataTab .tab_content {
    background: #2a2a2a;
}

.rd_tab .tab_tit:after {
    background: #2a2a2a;
}

.rd_tab .tab_tit:before {
    display: none;
}

.bigdataTab .tab_content {
    color: #fff;
}

.bigdataTab .bigdata_ico {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(http://www.china71.com/static/default/web/images/bigdataicos.png) no-repeat 0 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

.bigdataTab h4 {
    color: #42adff;
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 20px;
}

.bigdataTab .bigdata_ico2 {
    background-position: -60px 0;
}

.bigdataTab .bigdata_ico3 {
    background-position: -120px 0;
}

.bigdataTab .bigdata_ico4 {
    background-position: -180px 0;
}

.bigdataTab .bigdata_ico5 {
    background-position: -240px 0;
}

.bigdataTab .bigdata_ico6 {
    background-position: -300px 0;
}

.bigdataTab .bigdata_ico7 {
    background-position: -360px 0;
}

.bigdataTab .txt {
    padding: 0 15%;
    height: 84px;
    font-size: 14px
}

.rd_tab .active .tab_content {
    text-align: center;
}

.rd_tab .tab_analys li {
    height: auto;
}

.bigdataTab .tab_content {
    padding-bottom: 50px;
}

.bigdata_sec2_tab .scence_tit li {
    width: 16.666%;
    float: left;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.bigdata_sec2_tab .sec_tit {
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 120px;
}

.scence_tit {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
}

.bigdata_sec2_tab .big_ico {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 10px auto;
    background: url(http://www.china71.com/static/default/web/images/bigdata_ico2.png) no-repeat 0 0;
}

.bigdata_sec2_tab .big_ico2 {
    background-position: -45px 0;
}

.bigdata_sec2_tab .big_ico3 {
    background-position: -90px 0;
}

.bigdata_sec2_tab .big_ico4 {
    background-position: -135px 0;
}

.bigdata_sec2_tab .big_ico5 {
    background-position: -180px 0;
}

.bigdata_sec2_tab .big_ico6 {
    background-position: -225px 0;
}

.bigdata_sec2_tab .scence_tit .active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 15%;
    height: 2px;
    background: #42adff;
}

.bigdata_sec2_tab .scence_tit .active .big_ico {
    background-position-y: -45px;
}

.scence_intro {
    margin-bottom: 60px;
    text-align: center;
}

.bigdata_sec2_tab {
    padding: 50px 0;
}

.bigdata_sec2_tab .sec_tit .arr_ico {
    display: block;
    width: 18px;
    height: 10px;
    background: url(http://www.china71.com/static/default/web/images/bigdata_downArr.png) no-repeat center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -9px;
}

.scenceScroll .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

.scenceScroll .owl-theme .owl-dots .owl-dot span {
    background: #75c3ff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.scenceScroll .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #75c3ff;
}

.scence_item {
    display: none;
}

.scence_item.show {
    display: block;
}

.scenceScroll {
    height: 0;
    padding-bottom: 59%;
    overflow: hidden;
}

.scenceScroll img {
    width: 100% !important;
}

.imgBanner {
    display: none;
}

.ydhl_index_sec1 ._dis_smw {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    width: 1010px
}

.ydhl_index_sec1 .exp_btn_smw {
    width: 300px;
}

.smw_ec_sec3 {
    padding-bottom: 60px;
    height: 574px;
    background: url(http://www.china71.com/static/default/web/images/d281d5115d87427fae37573711cd3346.jpg) no-repeat center fixed;
}

.smw_ec_sec3 h3 {
    font-size: 40px;
    font-weight: normal;
}

.smw_ec_sec3 ._txt {
    font-size: 15px;
    margin-bottom: 50px;
}

.smw_ec_sec3 ._top_smw {
    height: 280px;
    padding: 50px;
    color: #fff
}

.smw_ec_sec3 ._top_smw h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.smw_ec_sec3 ._top_smw p {
    font-size: 14px;
    line-height: 24px
}

.smw_ec_sec3 ._smw_con1 ._top_smw {
    background: #9c24c4;
}

.smw_ec_sec3 ._smw_con2 ._top_smw {
    background: #0078fe;
}

.smw_ec_sec3 ._smw_con3 ._top_smw {
    background: #f27823;
}

.ydhl_wz_anli_list .i_hd .text_smw {
    font-size: 15px;
    color: #777777;
}

.ec_sec4 .smw_info {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 58px
}

.ec_sec4 .smw_tit {
    margin-bottom: 24px;
    line-height: 40px
}

.anli_case_smw {
    text-align: center;
    margin: 0 auto;
}

.anli_case_smw .anli_img li {
    float: left;
    width: 14.28%;
}

.anli_case_smw .anli_img li div {
    border: 1px solid #c7c7c7;
    margin-top: -1px;
    margin-left: -1px;
}

.pt_ec_sec3 ._t {
    font-size: 40px;
}

.pt_ec_sec3 ._t span {
    color: #f60;
}

.pt_ec_sec3 ._intro {
    font-size: 15px;
    margin-bottom: 50px;
}

.pt_ec_sec3 .full-row>div {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.pt_ec_sec3 ._con {
    text-align: left;
    color: #fff;
    padding: 40px 6%;
    overflow: hidden;
    height: 350px;
}

.pt_ec_sec3 ._con1 {
    background: #f60;
}

.pt_ec_sec3 ._con2 {
    background: #ffb400;
}

.pt_ec_sec3 ._con3 {
    background: #4bb4e6;
}

.pt_ec_sec3 .cur ._con1 {
    background: url(http://www.china71.com/static/default/web/images/smw_gcjx.jpg) no-repeat center center;
}

.pt_ec_sec3 .cur ._con2 {
    background: url(http://www.china71.com/static/default/web/images/smw_gcjx.jpg) no-repeat center center;
}

.pt_ec_sec3 .cur ._con3 {
    background: url(http://www.china71.com/static/default/web/images/smw_gcjx.jpg) no-repeat center center;
}

.pt_ec_sec3 ._con h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 50px;
}

.pt_ec_sec3 ._con ._intro {
    margin-bottom: 90px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    display: none
}

.pt_ec_sec3 .cur ._con ._intro {
    display: block;
}

.pt_ec_sec3 li {
    margin-bottom: 8px;
    white-space: nowrap;
}

.pt_ec_sec3 ._con ul {
    float: left;
    width: 50%;
    min-height: 112px;
}

.pt_ec_sec3 ._con .list2 {
    display: none;
}

.pt_ec_sec3 .span-6 ._con .list2 {
    display: block;
}

.pt_ec_sec3 ._con li em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    vertical-align: middle;
    margin-right: 15px;
}

.pt_ec_sec3 ._con .ic {
    display: block;
    background: url(http://www.china71.com/static/default/web/images/brand_num.png) no-repeat 0 0;
    width: 115px;
    height: 100px;
    margin-bottom: 20px;
}

.pt_ec_sec3 ._con2 .ic {
    background-position: -115px 0;
}

.pt_ec_sec3 ._con3 .ic {
    background-position: -230px 0;
}

.pt_ec_sec3 ._con .more {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: transform,opacity .8s ease;
    -webkit-transition: transform,opacity .8s ease;
    display: block;
    margin-top: -16%;
    opacity: 0;
    visibility: hidden;
}

.pt_ec_sec3 ._con a.common_more_smw {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    background-image: url(http://www.china71.com/static/default/web/images/common_more.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: none;
    display: block;
    margin-bottom: 30px;
}

.pt_ec_sec3 ._con a.common_more_smw:hover {
    background-position: -43px 0;
    background-color: #fff;
}

.smw_tb {
    margin-bottom: 0;
    background: #efefef;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    padding: 70px 0;
}

.smw_tb ._tit {
    margin-bottom: 54px;
}

.smw_tb ._dis {
    text-align: left;
    max-width: 90%;
    width: inherit;
    font-size: 15px;
    line-height: 28px;
}

.sj_ydhl_sec3 {
    background: url(http://www.china71.com/static/default/web/images/aa97ed0115714e9f865d1e6f52a581ac.jpg) no-repeat center;
    height: 180px;
}

.sj_ydhl_sec3 ._t {
    line-height: 50px
}

.sj_ydhl_sec3 .brand_menu_sj {
    bottom: 24px
}

.sj_ydhl_sec3 .brand_menu_sj li {
    width: 48%;
    margin-right: inherit;
    height: 60px;
    line-height: 60px;
    background: #00a0e6;
    position: relative;
    font-size: 30px;
    line-height: 60px
}

.sj_ydhl_sec3 .brand_menu_sj li.cur::after {
    content: '';
    position: absolute;
    left: 47%;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px;
    border-color: #f60 transparent transparent transparent;
    *width: 40px;
    *height: 40px;
    display: block;
    font-size: 0;
    ine-height: 0;
    overflow: hidden;
}

.sj_ydhl_sec3 .brand_menu_sj li:first-child {
    margin-right: 4%;
    background: #2f67e2
}

.sj_ydhl_sec3 .brand_menu_sj li.cur:nth-child(2)::after {
    border-color: #00a0e6 transparent transparent transparent;
}

.ydhl_sec4_sj {
    background: #fff;
}

.ydhl_sec4_sj_cur {
    background: url(http://www.china71.com/static/default/web/images/yxk_bg2.jpg) no-repeat center fixed;
    padding: 0px;
}

.ydhl_sec4_sj .brand_intro_list_sj .qjd {
    margin-bottom: 60px;
    background: #ededed;
    padding: 42px 68px;
    font-size: 16px;
    line-height: 28px;
}

.ydhl_sec4_sj .brand_intro_list_sj .text span {
    color: #2f67e2
}

.ydhl_sec4_sj .brand_intro_list_sj .qjd li {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
}

.ydhl_sec4_sj .brand_intro_list_sj .qjd li p {
    padding-top: 18px;
    padding-left: 14px;
}

.brand_intro_list_sj .qjd .sj_fa {
    width: 68%;
    margin: 0 auto;
}

.brand_intro_list_sj ._txt {
    text-align: center;
}

.yxk_sec4_ddb ._tit {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.yxk_sec4_ddb ._info {
    margin-bottom: 80px;
    font-size: 18px;
}

.qa_list_ddb ._con {
    min-height: 330px;
    text-align: left;
    padding: 12%;
    border: 6px solid #fff;
    color: #fff;
}

.qa_list_ddb ._con h3 {
    font-size: 24px;
    font-weight: normal;
}

.qa_list_ddb ._con h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.qa_list_ddb ._con ._num {
    font-size: 70px;
    color: #fff;
    font-family: Arial;
    display: block;
    line-height: 1;
    font-weight: bold;
}

.qa_list_ddb ._con li {
    line-height: 30px;
    display: block;
}

.qa_list_ddb ._con:hover {
    background: rgba(255,255,255,.8);
}

.qa_list_ddb ._con:hover h3 {
    color: #000;
}

.qa_list_ddb ._con:hover h4 {
    color: #000;
}

.qa_list_ddb ._con:hover li {
    color: #7c7669;
}

.qa_list_ddb ._con:hover ._num {
    color: #9d9584;
}

.ydhl .wrap .nav > ul > li {
    width: 12%;
}

.j_middle {
    background-color: #eef3f9;
}

.j_middle .top ._tit {
    padding-top: 40px;
    height: 90px;
    line-height: 90px;
    font-size: 38px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.j_middle .top ._txt {
    padding-top: 20px;
    padding-bottom: 90px;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.target_user {
    height: 405px;
    padding-top: 65px;
    background: url('http://www.china71.com/static/default/web/images/target_userbg.jpg') center center no-repeat;
    background-size: 1920px 478px;
}

.target_user {
}

.target_user ._tit {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.target_user .li1,.target_user .li2 {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 40px;
}

.target_user .li1 .sImg,.target_user .li2 .sImg {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: url('http://www.china71.com/static/default/web/images/target_user2.png') center center no-repeat;
    transition: all .3s ease;
}

.target_user .li1:hover,.target_user .li2:hover {
    cursor: pointer;
}

.target_user .li1:hover .sImg {
    background: url('http://www.china71.com/static/default/web/images/target_user1.png') center center no-repeat;
    transform: translateY(-15px);
}

.target_user .li2 .sImg {
    width: 70px;
    height: 70px;
    background: url('http://www.china71.com/static/default/web/images/target_user4.png') center center no-repeat;
}

.target_user .li2:hover .sImg {
    background: url('http://www.china71.com/static/default/web/images/target_user3.png')center center no-repeat;
    transform: translateY(-15px);
}

.target_user .li1 .txt,.target_user .li2 .txt {
    line-height: 40px;
    font-size: 20px;
}

.target_user .li1 .con,.target_user .li2 .con {
    line-height: 28px;
}

.target_user .li1:after {
    content: '';
    width: 1px;
    height: 93px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 70px;
}

.scene .tit {
    line-height: 92px;
    padding-top: 40px;
    background-color: #fff;
    font-size: 38px;
    color: #333;
    text-align: center;
}

.scene li {
    width: 33.33%;
    float: left;
    height: 316px;
}

.scene .li {
    background: url('http://www.china71.com/static/default/web/images/screen.png') center center no-repat;
}

.scene li ._txt {
    position: relative;
    padding-top: 120px;
    line-height: 75px;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.scene li ._txt:after {
    content: '';
    width: 66px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 195px;
}

.scene li .pBox,.scene li ._mask {
    background-size: 100% auto;
}

.scene .li1 .pBox {
    height: 316px;
    background: url(http://www.china71.com/static/default/web/images/scenebg1.jpg) center center no-repeat;
    background-size: 100% auto;
}

.scene .li2 .pBox {
    height: 316px;
    background: url(http://www.china71.com/static/default/web/images/scenebg2.jpg) center center no-repeat;
    background-size: 100% auto;
}

.scene .li3 .pBox {
    height: 316px;
    background: url(http://www.china71.com/static/default/web/images/scenebg3.jpg) center center no-repeat;
    background-size: 100% auto;
}

.scene .li1 ._mask {
    background: url(http://www.china71.com/static/default/web/images/sceneMaskbg1.jpg) center center no-repeat;
    background-size: 100% auto;
}

.scene .li2 ._mask {
    background: url(http://www.china71.com/static/default/web/images/sceneMaskbg2.jpg) center center no-repeat;
    background-size: 100% auto;
}

.scene .li3 ._mask {
    background: url(http://www.china71.com/static/default/web/images/sceneMaskbg3.jpg) center center no-repeat;
    background-size: 100% auto;
}

.scene .li1 ._mask ._text,.scene .li2 ._mask ._text,.scene .li3 ._mask ._text {
    padding: 70px 10% 0 10%;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    display: none/9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.bigdata_sec2_tab .scence_tit li {
    width: 25%;
}

.ims_part01 {
    background: url(http://www.china71.com/static/default/web/images/imsbanner02.jpg) no-repeat bottom;
    height: 400px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 70px;
}

.wrap .join_btn {
    width: 240px;
    height: 45px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin: 40px 0 0 3px;
}

.wrap .join_btn a {
    width: 100%;
    height: 100%;
    display: block;
}

.wrap .join_btn a:hover {
    background: #fff;
    color: #333;
}

.ims_part01 .part_tit {
    font-size: 38px;
    color: #333;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}

.ims_part01 .text {
    color: #6c6f6f;
    line-height: 27px;
    margin: 0 auto;
    margin-bottom: 110px;
    width: 80%;
    text-align: center;
}

.ims_part01 .shubiao {
    width: 46px;
    height: 67px;
    margin: 0 auto;
    background: url(http://www.china71.com/static/default/web/images/shubiao.png) center center no-repeat;
    cursor: pointer;
}

.ims_part01 .jiant01 {
    background: url(http://www.china71.com/static/default/web/images/commerce_jt.png) center center no-repeat;
    width: 14px;
    height: 9px;
    margin: 0 auto;
    animation: fadein_out 1s infinite;
    -webkit-animation: fadein_out 1s infinite;
    -moz-animation: fadein_out 1s infinite;
    animation-delay: 0.1s;
    cursor: pointer;
}

.ims_part01 .jiant02 {
    background: url(http://www.china71.com/static/default/web/images/commerce_jt.png) center center no-repeat;
    width: 14px;
    height: 9px;
    margin: 0 auto;
    animation: fadein_out 1s infinite;
    -webkit-animation: fadein_out 1s infinite;
    -moz-animation: fadein_out 1s infinite;
    cursor: pointer;
}

@keyframes fadein_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadein_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadein_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.imsFunction .pt1,.caseStudy .pt1 {
    padding: 40px 0 50px;
}

.imsFunction .sfq_box {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.imsFunction .sfq_box ul.fix li {
    overflow: hidden;
}

.imsFunction h3,.caseStudy h3 {
    font-weight: normal;
    font-size: 38px;
}

.imsFunction .pt1 .tit,.caseStudy .pt1 .tit {
    font-size: 38px;
    line-height: 1 color:#333;
    text-align: center;
    margin-bottom: 20px;
}

.imsFunction .pt1 .info,.caseStudy .pt1 .info {
    font-size: 16px;
    color: #666;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.imsFunction .pt2 .sfq_box .list_cell {
    width: 25%;
    height: 450px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.imsFunction .pt2 .sfq_box .list_cell.on {
    width: 40%;
}

.imsFunction .pt2 .sfq_box .list_cell .cont {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 75px;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .ims_ic {
    height: 80px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .name span {
    font-size: 26px;
    position: relative;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .name {
    margin-bottom: 40px;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .default_txt span {
    width: 90px;
    display: inline-block;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .s1 {
    text-align: right;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .s2 {
    text-align: left;
}

.imsFunction .pt2 .sfq_box .list_cell .cont em {
    margin: 0 15px;
}

.imsFunction .pt2 .sfq_box .list_cell .cont .detail_txt {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    display: none;
}

.imsFunction .pt2 .sfq_box .list_cell.on .cont .name span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    bottom: -10px;
    left: 0
}

.imsFunction .pt2 .sfq_box .list_cell.on .cont .detail_txt {
    display: block;
}

.imsFunction .pt2 .sfq_box .list_cell.on .cont .default_txt {
    display: none;
}

.sfq_box_nav span {
    display: block;
    width: 46px;
    height: 91px;
    position: absolute;
    top: 42%;
    margin-top: -45px;
    background: url(http://www.china71.com/static/default/web/images/banner_arr.png) no-repeat;
    width: 46px;
    height: 91px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.sfq_box_nav .btn1 {
    left: 20px;
    background-position: 0 0;
}

.sfq_box_nav .btn2 {
    right: 20px;
    background-position: -46px 0;
}

.imsFunction .pt2 .sfq_box .list_cell.other {
    width: 20%;
}

.imsFunction .pt2 .sfq_box .cell1 {
    background: url(http://www.china71.com/static/default/web/images/imsFunctionBg01.png) center center no-repeat;
    background-size: 100% 100%;
}

.imsFunction .pt2 .sfq_box .cell2 {
    background: url(http://www.china71.com/static/default/web/images/imsFunctionBg02.png) center center no-repeat;
    background-size: 100% 100%;
}

.imsFunction .pt2 .sfq_box .cell3 {
    background: url(http://www.china71.com/static/default/web/images/imsFunctionBg03.png) center center no-repeat;
    background-size: 100% 100%;
}

.imsFunction .pt2 .sfq_box .cell4 {
    background: url(http://www.china71.com/static/default/web/images/imsFunctionBg04.png) center center no-repeat;
    background-size: 100% 100%;
}

.imsBanner {
    background: url(http://www.china71.com/static/default/web/images/imsbanner03.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 300px;
    color: #fff;
    padding-top: 190px;
}

.imsBanner .banner_tit {
    font-size: 50px;
    font-weight: normal;
}

.imsBanner .banner_text {
    font-size: 16px;
}

.appList {
    z-index: 10;
    position: relative;
}

.appList ul {
    height: 50px;
    padding: 35px 0 90px;
}

.appList ul li {
    float: left;
    width: 150px;
    height: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.appList ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    border-radius: 25px;
    box-sizing: border-box;
}

.appList ul li.on a {
    border: 1px solid #ff6501;
    color: #ff6501;
}

.appInfo {
    width: 410px;
    height: 0;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 105px;
    -webkit-box-shadow: 2px 2px 5px #e4e4e4;
    box-shadow: 2px 2px 5px #e4e4e4;
}

.appInfo .appInfoBox {
    width: 280px;
    height: 380px;
    margin: 45px 0 0 45px;
    overflow: hidden;
}

.appInfo.on {
    height: 470px;
}

.appInfo .appInfoBox {
    display: none;
}

.appInfo .appInfoBox.show {
    display: block;
}

.appInfoBox h3 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: normal;
}

.appInfoBox h3::after {
    content: '';
    height: 5px;
    width: 40px;
    background-color: #2f67e2;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.appInfo.on h3::after {
    opacity: 1;
}

.appInfoBox .detailedInfo {
    line-height: 25px;
    color: #666666;
    font-size: 14px;
}

.solTabs .solNav {
    overflow: hidden;
    height: 100%;
}

.solTabs .solNav li {
    width: 33.33333%;
    float: left;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.solTabs .solNav li .dmask {
    width: 100%;
    height: 0;
    padding-bottom: 54%;
}

.solTabs .solNav li a {
    height: 90px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
}

.solTabs .solNav li a::after {
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -35px;
}

.solTabs .solNav li.solNav01 {
    background-image: url(http://www.china71.com/static/default/web/images/solnav01.jpg);
}

.solTabs .solNav li.solNav02 {
    background-image: url(http://www.china71.com/static/default/web/images/solnav02.jpg);
}

.solTabs .solNav li.solNav03 {
    background-image: url(http://www.china71.com/static/default/web/images/solnav03.jpg);
}

.solTabs .solNav li:hover .dmask {
    background: rgba(0,0,0,.5);
}

.solTabs .solNav li.show .dmask {
    background: rgba(0,0,0,.5);
}

.solTabs .solNav li:hover .dmask:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-color: transparent transparent #fff transparent;
    border-style: solid dashed dashed;
    border-width: 20px;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.solTabs .solNav li.show .dmask:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-color: transparent transparent #fff transparent;
    border-style: solid dashed dashed;
    border-width: 20px;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.solTabs .solNav li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solTabsList {
    padding: 30px 0;
}

.solTabsList .tabs_tit {
    font-size: 38px;
    color: #333;
    text-align: center;
    line-height: 1;
}

.solTabsCon .block1 {
    margin-bottom: 60px;
}

.hardware p,.software p {
    font-size: 15px;
    margin-top: 8px;
    color: #999;
    line-height: 1.7em;
}

.hardware,.software {
    overflow: hidden;
    width: 100%;
}

.hardware li,.software li {
    width: 33.33333%;
    float: left;
    padding: 0 5%;
    text-align: center;
}

.hardware li .tabsIcon,.software li .tabsIcon {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.hardware .ico-sx {
    font-size: 70px;
    color: #fb7401;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#fab13b),to(#fb7401));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.software .ico-sx {
    font-size: 70px;
    color: #fb7401;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#fab13b),to(#fb7401));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solTabsList03 img {
    width: 100%;
}

.listTit {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.listTit-waimao {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    height: 26px;
    margin-top: 16px;
    line-height: 26px;
    text-align: center;
}

.imsModel {
    width: 100%;
    overflow: hidden;
}

.imsModel li {
    width: 20%;
    float: left;
}

.imsModel li.imsModel01 .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon07.png);
}

.imsModel li.imsModel02 .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon09.png);
}

.imsModel li.imsModel03 .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon11.png);
}

.imsModel li.imsModel04 .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon13.png);
}

.imsModel li.imsModel05 .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon15.png);
}

.imsModel li .tabsIcon {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.imsModel li:hover .listTit {
    color: #237ee1;
}

.imsModel li.imsModel01:hover .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon08.png);
}

.imsModel li.imsModel02:hover .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon10.png);
}

.imsModel li.imsModel03:hover .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon12.png);
}

.imsModel li.imsModel04:hover .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon14.png);
}

.imsModel li.imsModel05:hover .tabsIcon {
    background-image: url(http://www.china71.com/static/default/web/images/solicon16.png);
}

.imsModel li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 0 30px;
}

.solTabs03Tit {
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #6c6f6f;
    margin-bottom: 65px;
}

.caseShow {
    background: url(http://www.china71.com/static/default/web/images/ims_case_bg.jpg) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

.caseShow .tit {
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
}

.caseShow .tit span {
    position: relative;
    padding-bottom: 30px;
}

.caseShow .tit span:after {
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 3px;
    background: #fc581f;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.caseShow .info {
    text-align: center;
    font-size: 16px;
}

.caseTabTit ul {
    text-align: center;
}

.caseTabTit ul li+li {
    margin-left: 50px;
}

.caseTabTit ul li {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 90px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    display: inline;
}

.caseTabTit ul li.on {
    color: #ff5700;
    border-bottom: 1px solid #ff5700;
}

.caseTabList {
    position: relative;
}

.caseTabList .owl-dots {
    display: none;
}

.caseTabList .snav span {
    display: block;
    width: 46px;
    height: 91px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    background: url(http://www.china71.com/static/default/web/images/banner_arr.png) no-repeat;
    width: 46px;
    height: 91px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.caseTabList .snav .prev {
    left: -80px;
}

.caseTabList .snav .next {
    right: -80px;
    background-position: -46px 0;
}

.caseTabList .snav .prev:hover {
    background-position: 0 -91px;
}

.caseTabList .snav .next:hover {
    background-position: -46px -91px;
}

.caseTabList .mengban {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0
}

.caseTabTit {
    padding: 30px 0 20px;
}

.caseInfo {
    width: 280px;
    height: 300px;
    padding: 50px 0;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    right: 40px;
    z-index: 999;
}

.caseInfo .caseInfoTit {
    width: 230px;
    margin: 0 auto;
    font-size: 22px;
    color: #333;
}

.caseInfo .caseInfoText {
    width: 230px;
    margin: 25px auto 0;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@font-face {
    font-family: 'syc_icon';
    src: url('http://www.china71.com/static/default/web/other/syc_icon.eot');
    src: url('http://www.china71.com/static/default/web/other/syc_icon.eot?#iefix') format('embedded-opentype'),url('http://www.china71.com/static/default/web/other/syc_icon.woff') format('woff'),url('http://www.china71.com/static/default/web/other/syc_icon.ttf') format('truetype'),url('http://www.china71.com/static/default/web/other/syc_icon.svg#iconfont') format('svg');
}

.syc_icon {
    display: inline-block;
    font-family: "syc_icon" !important;
    font-size: 16px;
    vertical-align: middle;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt_crm .wrap2 {
    margin-left: 5%;
    margin-right: 5%
}

.dt_crm .crm_banner {
    width: 100%;
    height: 285px;
    background: #000;
    position: relative;
}

.dt_crm .crm_banner img {
    position: absolute;
    width: 1920px;
    height: 100%;
    max-width: none;
    top: 0;
    left: 50%;
    margin-left: -960px
}

.dt_crm .digital {
    color: #fff;
    text-align: center;
    top: 95px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    font-size: 17px;
    z-index: 200
}

.dt_crm .digital h3 {
    color: #fff;
    font-size: 48px;
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 15px;
}

.dt_crm .digital h3::after {
    content: '';
    width: 60px;
    height: 1px;
    background: #f60;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.dt_crm .ipart,.dt_crm .foot1,.dt_crm .foot2,.dt_crm .foot3 {
}

.dt_crm .swiper-slide {
    overflow: hidden;
}

.dt_crm .banner img {
    position: relative;
    left: 50%;
    z-index: 1;
    max-width: none;
    width: 1920px;
    margin-left: -960px;
}

.dt_crm .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.dt_crm .banner .swiper_pagination {
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 1;
    text-align: center;
    line-height: 18px;
}

.dt_crm .banner .swiper_pagination span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: 1;
}

.dt_crm .banner .swiper_pagination span.swiper-pagination-bullet-active {
    background-color: #ff7f00;
}

.dt_crm .banner .btn_slide {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(http://www.china71.com/static/default/web/images/banner_arr.png) no-repeat 0 0;
    width: 46px;
    height: 91px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.dt_crm .banner .btn_slide:hover {
    background-position-y: -91px;
}

.dt_crm .banner .swiper_button_prev {
    left: 2%;
}

.dt_crm .banner .swiper_button_next {
    right: 2%;
    background-position: -46px 0;
}

.dt_crm .index_part01 {
    padding: 70px 0 82px 0;
    text-align: center;
    background: #eef3f9;
}

.dt_crm .part_tit {
    font-size: 38px;
    color: #333;
    line-height: 1;
    font-weight: normal;
}

.dt_crm .mbox_sec4 .part_tit {
    color: #fff;
}

.dt_crm .part_info {
    font-size: 16px;
    color: #666;
    line-height: 42px;
}

.dt_crm .index_part01 .text {
    margin-top: 16px;
    color: #666;
    line-height: 36px;
}

.dt_crm .index_part02 .tab_nav_box {
    width: 100%;
    height: 312px;
    text-align: center;
    background: url(http://www.china71.com/static/default/web/images/index_02bg.jpg) top center no-repeat;
    background-size: auto 100%;
}

.dt_crm .index_part02 .tab_nav_box .wrap {
    height: 100%;
    overflow: hidden;
}

.dt_crm .index_part02 .part_tit {
    margin-top: 66px;
    color: #fff;
}

.dt_crm .index_part02 .part_info {
    color: #fff;
}

.dt_crm .index_part02 .tab_nav {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.dt_crm .index_part02 .tab_nav_item {
    position: relative;
    height: 66px;
    margin-top: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.dt_crm .index_part02 .tab_nav_item.item01 {
    background-color: #4d77ff;
    background-image: url(http://www.china71.com/static/default/web/images/tab_nav1.png);
}

.dt_crm .index_part02 .tab_nav_item.item02 {
    background-color: #ff9000;
    background-image: url(http://www.china71.com/static/default/web/images/tab_nav2.png);
}

.dt_crm .index_part02 .tab_nav_item.item03 {
    background-color: #08a782;
    background-image: url(http://www.china71.com/static/default/web/images/tab_nav3.png);
}

.dt_crm .index_part02 .tab_nav_item.on {
    height: 83px;
    margin: 0;
}

.dt_crm .index_part02 .tab_nav_item.on:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #f4f4f4;
}

.dt_crm .index_part02 .tab_con {
    background-color: #f4f4f4;
    overflow: hidden;
}

.dt_crm .index_part02 .tab_con_item .item_info {
    width: 71.6666%;
    margin: 0 auto;
    padding: 78px 0 38px 0;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.dt_crm .index_part02 .dms_info_list {
    width: 51.666666%;
}

.dt_crm .index_part02 .dms_info_list:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background-color: #ddd;
}

.dt_crm .index_part02 .dms_item {
    position: relative;
    height: 176px;
    font-size: 16px;
    color: #100f21;
    text-align: center;
    line-height: 176px;
}

.dt_crm .index_part02 .dms_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 1px;
    background-color: #ddd;
}

.dt_crm .index_part02 .dms_item:nth-child(3n):after {
    display: none;
}

.dt_crm .index_part02 .dms_item .item_icon {
    display: inline-block;
    width: 69px;
    height: 69px;
    margin-right: 12px;
    text-align: center;
    color: #333;
    line-height: 69px;
    border: 1px solid #686868;
    border-radius: 50%;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.dt_crm .index_part02 .dms_item .item_icon .syc_icon {
    font-size: 42px;
}

.dt_crm .index_part02 .dms_item:hover .item_icon {
    color: #006ecd;
    border-color: #006ecd;
}

.dt_crm .index_part02 .dms_img {
    display: block;
    width: 42.5%;
}

.dt_crm .index_part02 .els .item_info {
}

.dt_crm .index_part02 .els_bg {
    width: 28.5%;
}

.dt_crm .index_part02 .els_list {
    width: 35.75%;
    padding-top: 22px;
}

.dt_crm .index_part02 .text_box {
    width: 82%;
}

.dt_crm .index_part02 .els_item {
    padding-top: 80px;
}

.dt_crm .index_part02 .els_item .item_tit {
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.dt_crm .index_part02 .els_item .tit_info {
    font-size: 14px;
    color: #686868;
    line-height: 22px;
}

.dt_crm .index_part02 .els_item .syc_icon {
    margin: 0 20px;
    font-size: 34px;
    color: #f60;
}

.dt_crm .index_part02 .tts_list {
    width: 28.8%;
}

.dt_crm .index_part02 .tts_bg {
    width: 42.4%;
}

.dt_crm .index_part02 .tts .item_info {
    padding-bottom: 56px;
}

.dt_crm .index_part02 .tts_item {
    padding-top: 54px;
}

.dt_crm .index_part02 .tts_item .item_icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    text-align: center;
    color: #00a47e;
    line-height: 70px;
    border: 1px solid #00a47e;
    border-radius: 50%;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.dt_crm .index_part02 .tts_item .item_icon .syc_icon {
    font-size: 46px;
}

.dt_crm .index_part02 .tts_item .text_box {
    width: 69%;
}

.dt_crm .index_part02 .tts_item .item_tit {
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.dt_crm .index_part02 .tts_item .tit_info {
    font-size: 14px;
    color: #686868;
    line-height: 22px;
}

.dt_crm .index_part02 .tts_item:hover .item_icon {
    color: #fff;
    background-color: #00a47e;
}

.dt_crm .part_03 {
    padding: 80px 0 80px 0;
}

.dt_crm .part_03 .part_info {
    margin-bottom: 60px;
}

.dt_crm .column_slide .wrap {
    overflow: hidden;
}

.dt_crm .column_slide .swiper_pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    z-index: 1;
    height: 18px;
    text-align: center;
    line-height: 18px;
}

.dt_crm .column_slide .swiper_pagination span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #e2e2e2;
    cursor: pointer;
    opacity: 1;
}

.dt_crm .column_slide .swiper_pagination span.swiper-pagination-bullet-active {
    background-color: #2f67e2;
}

.dt_crm .column_slide .picList .item img {
    display: block;
    margin: 0 auto;
}

.dt_crm .column_slide .picList .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.dt_crm .column_slide .picList .title {
    padding: 10px 0 55px;
    font-size: 17px;
    color: #333;
    line-height: 28px;
    font-weight: 400
}

.dt_crm .column_slide .picList .title:hover {
    color: #f60;
}

.dt_crm .column_slide .btn_slide {
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -64px;
    color: #bdbdbd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dt_crm .column_slide .btn_slide:hover {
    color: #f27823;
}

.dt_crm .column_slide .next {
    left: 0;
}

.dt_crm .column_slide .prev {
    right: 0;
}

.dt_crm .column_slide .btn_slide .syc_icon {
    font-size: 80px;
}

.dt_crm .soft_index {
    width: 100%;
    background: url(http://www.china71.com/static/default/web/images/soft_index_bg.jpg) no-repeat center fixed;
    height: 600px;
    padding-top: 75px;
}

.dt_crm .soft_index ._c {
    display: table;
    margin-bottom: 25px;
}

.dt_crm .soft_index ._con {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    height: 250px;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.dt_crm .soft_index ._con:after {
    content: '了解更多>>';
    display: block;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.dt_crm .soft_index ._con h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
}

.dt_crm .soft_index ._con1 {
    background: #9c24c4;
}

.dt_crm .soft_index ._con2 {
    background: #0078fe;
}

.dt_crm .soft_index ._con4 {
    background: #0078fe;
    height: 525px;
}

.dt_crm .soft_index ._con4 h3 {
    font-size: 30px;
}

.dt_crm .soft_index ._con6 {
    background: rgba(1,175,90) 0.8;
}

.dt_crm .soft_index ._con7 {
    background: #01af5a;
}

.dt_crm .soft_index ._c._c2 {
    margin-bottom: 24px;
}

.dt_crm .soft_index ._con8 {
    background: #0078fe;
    height: 159px;
    padding: 0 25px;
}

.dt_crm .soft_index ._con8 h3 {
    font-size: 24px;
}

.dt_crm .soft_index .feb832 {
    background: #feb832;
}

.dt_crm .soft_index .f654a0 {
    background: #f654a0;
}

.dt_crm .soft_index .a3fb7c5 {
    background: #2ca3b1;
}

.dt_crm .dms_banner {
    width: 100%;
    overflow: hidden;
}

.dt_crm .dms_banner .img_box {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 1920px;
    margin-left: -960px;
}

.dt_crm .dms_banner img {
    width: 1920px;
    height: auto;
}

.dt_crm .banner .wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: auto;
    padding: 0 52px;
}

.dt_crm .banner .banner_tit {
    margin-top: 82px;
    margin-bottom: 6px;
    font-size: 40px;
    color: #fff;
    line-height: 72px;
    font-weight: normal;
}

.dt_crm .hyzj .banner .banner_tit {
    margin-top: 80px;
    line-height: 48px;
}

.dt_crm .banner .banner_tit.fz36 {
    font-size: 36px;
    line-height: 56px;
}

.dt_crm .banner .banner_text {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.dt_crm .index .banner .banner_text {
    margin-top: 20px;
}

.dt_crm .btn_apply {
    display: block;
    width: 216px !important;
    height: 58px !important;
    margin-top: 42px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    border-radius: 8px;
}

.dt_crm .btn_apply:hover {
    color: #fff;
}

.dt_crm .btn_apply:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.dt_crm .btn_apply:hover:before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.dt_crm .btn_apply:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.25);
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}

.dt_crm .btn_apply:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.dt_crm .dms_part01 {
    padding-bottom: 0px;
}

.dt_crm .dms_part01 .part_tit,.dt_crm .part_more .part_tit {
    width: 234px;
    margin: 78px auto 0 auto;
    font-size: 38px;
    color: #333;
    line-height: 44px;
}

.dt_crm .yxk_sec1 .part_tit {
    width: 152px;
}

.dt_crm .yxk_part01 .part_tit {
    width: 228px;
    margin-bottom: 24px;
}

.dt_crm .mbox_sec1 .part_tit {
    width: 232px;
    margin-bottom: 24px;
    line-height: 50px;
}

.dt_crm .mbox_sec1 .part_beizhu,.dt_crm .yxk_sec1 .part_beizhu {
    font-size: 28px;
    margin-bottom: 35px;
    color: #686868;
}

.dt_crm .product_highlight {
    padding: 60px 0 80px 0;
    background: #efefef;
}

.dt_crm .product_highlight .part_info {
    margin-bottom: 45px;
}

.dt_crm .product_highlight .highlight_item {
    width: 25%;
    background: #fff;
}

.dt_crm .product_highlight .highlight_item .syc_icon {
    display: block;
    width: 100%;
    height: 162px;
    font-size: 86px;
    text-align: center;
    line-height: 162px;
    color: #f60;
    border: 1px solid #d8d8d8;
}

.dt_crm .product_highlight .highlight_item .item_text {
    width: 100%;
    height: 190px;
    background: #9a9a9a;
    color: #fff;
    overflow: hidden;
}

.dt_crm .product_highlight .highlight_item .tit {
    margin-top: 32px;
    font-size: 18px;
    line-height: 22px;
}

.dt_crm .product_highlight .highlight_item .info {
    margin-top: 15px;
    padding: 0 34px;
    font-size: 14px;
    line-height: 26px;
}

.dt_crm .product_highlight .highlight_item.style2 {
    margin-top: 162px;
}

.dt_crm .product_highlight .highlight_item.style2 .item_text {
    background: #fff;
    color: #333;
}

.dt_crm .product_highlight .highlight_item.style2 .info {
    color: #333;
}

.dt_crm .icase_bd {
    margin-bottom: 40px;
}

.dt_crm .pBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.dt_crm .pBox ._n {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0
}

.dt_crm .pBox ._img img {
    width: 100%;
    height: auto;
}

.dt_crm .pBox ._mask {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: left;
    background: url(http://www.china71.com/static/default/web/images/orange.8.png);
}

.dt_crm .pBox ._mask a {
    display: block;
    color: #ffffff;
    padding: 12px 10%;
    opacity: 0;
    display: none/9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.dt_crm .pBox ._mask ._tag {
    display: inline-block;
    font-size: 16px;
    border-bottom: #fff 1px solid;
    line-height: 40px;
}

.dt_crm .pBox ._mask ._n {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.dt_crm .pBox ._mask ._text {
    font-size: 13px;
    line-height: 1.8em;
}

.dt_crm .pBox ._mask ._more {
    display: inline-block;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #d95204;
    color: #ffffff;
    padding: 0 50px;
    font-size: 14px;
}

.dt_crm .pBox:hover ._img ._n {
    bottom: -40px;
}

.dt_crm .pBox ._mask {
    left: 0;
    top: 0;
    opacity: 0;
    display: none/9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
}

.dt_crm .pBox:hover ._mask {
    opacity: 1;
    display: block/9;
    visibility: visible;
}

.dt_crm .pBox:hover ._mask a {
    opacity: 1;
    display: block/9;
    margin-top: 0;
}

.dt_crm .column_slide.idx_case_slide .picList .item a {
    width: auto;
    height: auto;
}

.dt_crm .casePage {
    padding-bottom: 40px;
    padding-top: 40px;
}

.dt_crm .casePage .channel_bd {
    margin-bottom: 0;
}

.dt_crm .casePage .anim {
    visibility: visible;
}

.dt_crm #case_list .title,.dt_crm #case_list .tag {
    height: 1.5em;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dt_crm #case_list .title {
    font-size: 17px;
    font-weight: normal;
    padding-top: 10px;
}

.dt_crm #case_list .tag {
    margin-bottom: 30px;
    font-size: 12px;
    color: #919191;
}

.dt_crm .casePage .tit:hover {
    color: #f08200;
}

.zs_banner {
    position: relative;
}

.zs_banner img {
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    max-width: none;
}

.zs_btnbox {
    position: relative;
    width: 1300px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.zs_btn {
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    bottom: 26px;
    right: 30px;
    border: none;
    width: 140px;
    height: 38px;
    background: url(http://www.china71.com/static/default/web/images/zs_01.png) no-repeat center;
}

.zs_btn .zs_submit {
    font-size: 14px;
    color: #fff;
}

.zs_btn .zs_submit:after {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    box-shadow: 0 0 0px 0px #FFF;
    content: "";
    display: block;
    height: 70px;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0px;
    transform: scale(0.9);
    width: 80px;
    z-index: 0;
    border-radius: 100%;
    margin: auto;
}

.zs_btn:hover .zs_submit:after {
    -moz-animation: zooming 1s ease-out;
    -ms-animation: zooming 1s ease-out;
    -webkit-animation: zooming 1s ease-out;
    animation: zooming 1s ease-out;
    box-shadow: 0 0 10px 10px #FFF;
}

@-webkit-keyframes zooming {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}

@-moz-keyframes zooming {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}

@-ms-keyframes zooming {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
        -ms-transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes zooming {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.3),0 0 15px 15px rgba(0,0,0,0.1),0 0 0 15px rgba(255,255,255,0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}

.zs01 {
    margin: 0 auto 50px;
    width: 86%;
}

.zs .info {
    padding: 55px 0 0px 0px;
    text-align: center;
}

.zs .info .tit222 {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    line-height: 1.2;
    padding: 0 15%;
    margin-bottom: 20px;
}

.zs .info .con222 {
    font-size: 15px;
    color: #777;
    padding: 0 14%;
}

.zs01 .content .item {
    width: 20%;
    overflow: hidden;
    float: left;
    transition: .5s ease;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 0px solid #f0f0f0;
}

.zs01 .content .item:first-child {
    border: 1px solid #f0f0f0;
}

.zs01 .content .item .left {
    width: 100%;
    color: #353535;
    height: 360px;
}

.zs01 .content .item.show .left {
    width: 50%;
    color: #fff;
}

.zs01 .content .item .left .left_box {
    padding: 30px 20px 40px;
    text-align: center;
}

.zs01 .content .item .left .left_box .icon {
    display: inline-block;
    background: url(../images/ser.png) no-repeat;
    width: 85px;
    height: 85px;
}

.zs01 .content .item.item2 .left_box .icon {
    background-position: -85px 0;
}

.zs01 .content .item.item3 .left_box .icon {
    background-position: -170px 0;
}

.zs01 .content .item.item4 .left_box .icon {
    background-position: -255px 0;
}

.zs01 .content .item .left .left_box .t {
    font-size: 24px;
    margin: 20px 0px 30px 0px;
    letter-spacing: 4px;
}

.zs01 .content .item .left .left_box .c {
    font-size: 14px;
    line-height: 2.2em;
    padding: 15px 10%;
    height: auto;
    margin-top: 16px;
    overflow: hidden;
}

.zs01 .content .item1.show .left_box .icon {
    background-position: 0 -85px;
}

.zs01 .content .item2.show .left_box .icon {
    background-position: -85px -85px;
}

.zs01 .content .item3.show .left_box .icon {
    background-position: -170px -85px;
}

.zs01 .content .item4.show .left_box .icon {
    background-position: -255px -85px;
}

.zs01 .content .item .right {
    display: none;
}

.zs01 .content .item.show .right {
    display: block;
    width: 50%;
}

.zs01 .content .item .right {
    height: 360px;
}

.right_box {
    padding-top: 55px;
    padding-left: 34%;
    padding-right: 10%;
    color: #fff;
    font-size: 15px;
}

.right_box ul li {
    line-height: 40px;
    position: relative;
    border-bottom: 0px solid #999;
}

.right_box ul li:before {
    position: absolute;
    left: -30px;
    top: 15px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #fff;
}
.ahserver{ width:100%; height:auto; overflow:hidden; margin:auto; background:url(http://www.china71.com/static/default/web/images/ahserver_4.jpg) no-repeat center bottom; padding-bottom:100px;}
.ahservert { width:94%; height:auto; overflow:hidden; margin:30px auto; text-align:center; font-size:34px; color:#000; font-weight:bold; line-height:70px;}
.ahservert span { width:100%; font-size:16px; display:block; line-height:30px;} 
.ahserverm{ display:table; height: auto; overflow:hidden; margin:auto; margin-top:20px;}
.ahserverm ul li {width:200px; height:115px; margin:auto; float:left; text-align:center;}
.ahservermc{ width:150px; height:80px; margin:auto;}
.ahservermL { width:80px; height:80px; margin:auto; text-align:center; float:left;border:2px solid #333;-moz-border-radius:50% !important;
    -webkit-border-radius: 50% !important;border-radius:50% !important;transition:all 0.6s ease;-webkit-transition:all 0.6s ease;transform: rotate(0deg);  
            -ms-transform: rotate(0deg); /* IE 9 */  
            -moz-transform: rotate(0deg); /* Firefox */  
            -webkit-transform: rotate(0deg); /* Safari and Chrome */  
            -o-transform: rotate(0deg); /* Opera */ }
.ahservermL:hover{border:2px solid #0d54d5;transition:all 0.6s ease;-webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease;transform: rotate(360deg);  
            -ms-transform: rotate(360deg); /* IE 9 */  
            -moz-transform: rotate(360deg); /* Firefox */  
            -webkit-transform: rotate(360deg); /* Safari and Chrome */  
            -o-transform: rotate(360deg); /* Opera */  
			-webkit-transition: 1s ease 0s;
    transition: 1s ease 0s;  }
.ahservermR {height:80px; margin:auto; text-align:center; float:right; font-size:28px; color:#333; line-height:70px;}
.ahservermb{ width:138px; clear:both; height:35px; line-height:35px; margin:auto; text-align:center; font-size:14px; color:#333; float:left;}
.ahserverm ul li.tv { width:auto; height:84px; line-height:70px; font-size:40px; color:#000; font-weight:bold;}
.ahserverm ul li.tv span{ font-size:12px;}
.ahservermulb{ width:100%; line-height:35px; color:#333; font-size:14px; height:35px;}
.zs01 .content .item.show {
    width: 40%;
}
.customer_list2{ border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf; margin-top:21px;}
.customer_list2 ul li{ float:left; width:-webkit-calc(20% - 1px);width:-moz-calc(20% - 1px);width:calc(20% - 1px); border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf; overflow:hidden; position:relative;}
 
.customer_list2 ul li:first-child{ width:40%;border-left:0; border-top:0;}
.customer_list2 ul li:hover .imgs img{ /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/opacity:1; -webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:none; -webkit-transform:scale(0.9) translateY(-8px); -moz-transform:scale(0.9) translateY(-8px); transform:scale(0.9) translateY(-8px);}
.gy{ width:1200px; margin:0 auto; overflow:hidden;}
.gy2{ width:1440px; margin:0 auto; overflow:hidden;}
.customer_list2{ position:relative;}
.customer_list2 .item{ display:none; overflow:hidden;}
.customer_list2 .customer-buttons{ position:absolute; top:20px;width:40%; left:0; height:0; text-align:right;}
.customer_list2 .customer-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:50px; height:50px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; cursor:pointer;}
.customer_list2 .customer-buttons div.owl-prev{background:url(http://www.china71.com/static/default/web/images/2018/left.png) no-repeat; margin-right:-1px;}
.customer_list2 .customer-buttons div.owl-prev:hover{opacity:0.6;filter:Alpha(opacity=60);background:url(http://www.china71.com/static/default/web/images/2018/left_on.png) no-repeat;}
.customer_list2 .customer-buttons div.owl-prev.disabled{background:url(http://www.china71.com/static/default/web/images/2018/left_on.png) no-repeat;}
.customer_list2 .customer-buttons div.owl-next{ background:url(http://www.china71.com/static/default/web/images/2018/right.png) no-repeat; margin-right:20px;}
.customer_list2 .customer-buttons div.owl-next:hover{opacity:0.6;filter:Alpha(opacity=60);background:url(http://www.china71.com/static/default/web/images/2018/right_on.png) no-repeat;}
.customer_list2 .customer-buttons div.owl-next.disabled{background:url(http://www.china71.com/static/default/web/images/2018/right_on.png) no-repeat;}





/*风雨同行*/
.solution_ul2{ overflow:hidden; padding-top:21px;}
.solution_ul2 ul li{ float:left; width:49%; height:188px;overflow:hidden;position: relative; background-color:#f9f9f9;z-index:0; border:1px solid #dfdfdf; margin-bottom:2%;}
.solution_ul2 ul li:nth-child(2n+0){ float:right;}
.solution_ul2 ul li:nth-child(3){ margin-bottom:0;}
.solution_ul2 ul li:nth-child(4){ margin-bottom:0;}
.solution_ul2 ul li .shade{width:238px;height:188px;background:url(http://www.china71.com/static/default/web/images/201609/solution_pic.png) center center no-repeat;position:absolute;top:0;left:-238px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.solution_ul2 ul li .bg{width:calc(100% - 239px);width:-webkit-calc(100% - 239px);width:-moz-calc(100% - 239px);height:188px;background:#f67524; background-size:100% 100%;position:absolute;bottom:0;left:100%;z-index:1;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
/*.solution_ul2 ul li:hover .shade{left:0;}*/
.solution_ul2 ul li:hover .bg{left:239px;}
.solution_ul2 ul li:hover p{color:#fff;}
.solution_ul2 ul li:hover p strong{color:#fff;}
.solution_ul2 ul li:hover img{}
.solution_ul2 ul li img{width:238px;height:188px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-ms-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear; float:left;border-right:1px solid #dfdfdf;}
.solution_ul2 ul li p{color:#666;line-height:24px; height:140px; overflow:hidden;padding:20px 6%; padding-bottom:0;font-family:"微软雅黑";position:relative;z-index:2; font-size:14px;}
.solution_ul2 ul li p strong{color:#000;font-size:20px; line-height:48px; font-weight:normal;}
.guwenmore2{ width:180px; height:38px; display:block; margin:0 auto; border:1px solid #ff9c00; clear:both; margin-top:35px; margin-bottom:32px; text-align:center; line-height:38px; font-size:16px; color:#ff9c00; border-radius:20px;}
.hvr-shutter-out-vertical{backface-visibility:hidden;background:transparent none repeat scroll 0 0;position:relative;transform:translateZ(0px);transition-duration:.3s;transition-property:color;-moz-transform:translateZ(0px);-moz-transition-duration:.3s;-moz-transition-property:color;-webkit-transform:translateZ(0px);-webkit-transition-duration:.3s;-webkit-transition-property:color;vertical-align:middle}
.hvr-shutter-out-vertical::before{background:#ff9c00 none repeat scroll 0 0;border:0 none;padding:1px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scaleY(0);transform-origin:50% 50% 0;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out;-moz-transform:scaleY(0);-moz-transform-origin:50% 50% 0;-moz-transition-duration:.3s;-moz-transition-property:transform;-moz-transition-timing-function:ease-out;-webkit-transform:scaleY(0);-webkit-transform-origin:50% 50% 0;-webkit-transition-duration:.3s;-webkit-transition-property:transform;-webkit-transition-timing-function:ease-out;z-index:-1; border-radius:20px;}
.hvr-shutter-out-vertical:active,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:hover{color:#000}
.hvr-shutter-out-vertical:active::before,.hvr-shutter-out-vertical:focus::before,.hvr-shutter-out-vertical:hover::before{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1)}

.btn-enter{font-family:iuniFonts;opacity:0;transition:all .5s ease-in .1s;-moz-transition:all .5s ease-in .1s;-webkit-transition:all .5s ease-in .1s}
.btn-enter{transition-delay:.1s;-moz-transition-delay:.1s;-webkit-transition-delay:.1s;transform:translate(0px,5px);-moz-transform:translate(0px,5px);-webkit-transform:translate(0px,5px)}
.btn-enter {opacity:1;top:0;transform:translate(0px,0);-moz-transform:translate(0px,0);-webkit-transform:translate(0px,0)}
.btn-enter:active,.btn-enter:focus,.btn-enter:hover{color:#000}
.btn-enter {opacity:1;transition:all 0s ease-in 0s;-moz-transition:all 0s ease-in 0s;-webkit-transition:all 0s ease-in 0s}
.btn-enter {transform:translate(0px,0);-moz-transform:translate(0px,0);-webkit-transform:translate(0px,0)}
.btn-enter:active,.btn-enter:focus,.btn-enter:hover{background:#fff;color:#fff}
.zs01 .content .item.show .left {
    float: left;
    background: url(../images/zs01_2.jpg) center;
}

.zs01 .content .item.show .right {
    float: left;
    background: url(../images/zs01_3.jpg) center;
}

.zs02 {
    position: relative;
}

.zs02 .tel {
    display: inline-block;
    position: absolute;
    right: 17%;
    top: 40%;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    font-weight: normal;
}

.zs02 .tel span {
    font-size: 35px;
}

.right_boxb {
    padding-top: 35px;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    font-size: 15px;
}

.right_boxb label {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 12px;
    color: #454545;
}

.right_boxb input.textb {
    padding-left: 20px;
    width: 70%;
    line-height: 42px;
    height: 42px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

.right_boxb .textc {
    padding: 12px;
    width: 70%;
    line-height: 1.8em;
    height: 80px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

.right_boxb input:focus,.right_boxb .textc:focus {
    border: 1px solid #2f67e2;
}

.right_boxb .select-ui-choose {
    padding-left: 20px;
    width: 33%;
    height: 47px;
    line-height: 47px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

.zs03 .zs_btn {
    outline: none;
    position: relative;
    bottom: 0;
    left: 0;
    float: right;
    margin-right: 20px;
}

body .select-ui-options-default li {
    border-radius: 10px;
    font-size: 16px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
}

body .select-ui-options-default li:hover {
    background: #2f67e2;
}

body .select-ui-options-default {
    border-radius: 10px;
}

body .select-ui-choose ._txt {
    text-align: right;
    padding-right: 50px;
    font-size: 16px;
    color: #878787;
}

body .select-ui-choose ._arrow .arr {
    left: -10px;
}

.zs .info .tit {
    font-size: 30px;
}

.zs02 .tel {
    font-size: 25px;
}

@media (max-width: 1440px) {
    :root .zs .info .tit {
        font-size:30px;
    }

    :root .zs01 .content .item .left .left_box .t {
        font-size: 20px;
        margin: 15px 0
    }

    :root .zs02 .tel {
        font-size: 25px;
    }

    .zs02 .tel span {
        font-size: 20px;
    }
}

.nav {
    width: 70%;
}

.nav > ul > li {
    width: 11%;
}

.right_boxb input.Validform_error {
    background: #fff;
    border: 1px solid #e51429;
}

body .Validform_wrong {
    position: absolute;
    left: 27%;
    top: 15px;
}

.right_boxb .form_list {
    position: relative;
}

.right_boxb .form_list .text {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    height: 28px;
    overflow: hidden;
}

.right_boxb .form_list .hengxian {
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-top: 14px;
    border-top: 1px solid #111;
}

.right_boxb .form_list .hengxian2 {
    width: 100%;
    height: 4px;
    overflow: hidden;
    margin-top: 14px;
}

.zs03 .zs_btn {
    cursor: pointer;
}

.album_wrap .album_ordinary .slide_c img {
    max-width: 90%;
    max-height: 68%;
    margin-top: -8%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gajw .gongan_wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.gajw01 {
    padding: 40px 0;
}

.gajw01 .content .title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 35px;
    color: #1a1a1a;
}

.gajw01 .content .con .txt {
    font-size: 14px;
    color: #2b2b2b;
    line-height: 30px;
    margin-top: 0px;
    background: #eeeeee7d;
    padding: 24px 29px;
}

.gajw02 {
    padding: 30px 0;
}

.gajw02 li .tit {
    position: relative;
    padding-left: 21px;
    font-size: 28px;
    line-height: 36px;
    color: #1a1a1a;
}

.gajw02 li {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #6a6a6a;
}

.gajw02 li .tit span {
    position: absolute;
    width: 7px;
    height: 36px;
    background: #fe6700;
    left: 0;
    top: 0;
}

.gajw02 li .con {
    font-size: 14px;
    color: #2b2b2b;
    line-height: 30px;
    margin-top: 10px;
}

.gotop {
    cursor: pointer
}

.gotop i {
    font-size: 16px;
    color: #fff;
}

.videos {
    width: 700px;
    height: 440px;
    overflow: hidden;
    margin-top: 31px;
    margin-bottom: 30px;
}

.video_b {
    width: 700px;
    height: 440px;
    background: #1a1a1a;
    margin-top: 20px;
}

.mBoxl_t {
    width: 100%;
    height: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.box_title {
    display: block;
    width: 74px;
    height: 26px;
    line-height: 26px;
    background: #222;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
}

.box_list {
    float: right;
    height: 26px;
    overflow: hidden;
}

.box_list_l {
    float: right;
    height: 26px;
    line-height: 26px;
}

.box_list_l a {
    color: #c5c5c5;
    font-size: 12px;
    float: left;
    padding-left: 11px;
    padding-right: 11px;
}

.box_list_l a.on {
    color: #000;
}

.box_list_r {
    float: right;
    overflow: hidden;
}

.video_b_in {
    width: 700px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
}

.video_ls {
    width: 700px;
    height: 440px;
    border-radius: 6px;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 3px;
}

.video_ls.on {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.video_rs {
    width: 430px;
    height: 569px;
    border-radius: 6px;
    background: #1a1a1a;
    float: left;
}

#vids {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.title_top {
    position: absolute;
    top: -26px;
    left: 36px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
    transition-delay: 0.3s;
    opacity: 0
}

.list_right {
    width: 20px;
    height: auto;
    overflow: hidden;
    top: 33px;
    right: -26px;
    position: absolute;
    transition: 0.5s;
    transition-delay: 0.3s;
    opacity: 0;
}

.video_ls:hover .title_top {
    opacity: 1;
    top: 36px;
}

.video_ls:hover .list_right {
    opacity: 1;
    right: 30px;
}

.list_right a {
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 23px;
    overflow: hidden;
    color: #fff;
}

.list_right a:hover {
    color: red;
}

#like.on {
    color: #ffbc00;
}

#zan.on {
    color: #ffbc00;
}

.controls {
    min-width: 764px!important;
    height: 91px;
    position: absolute;
    bottom: 20px;
    left: 33px;
}

#pass {
    width: 106px;
    height: 106px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -53px;
    cursor: pointer;
}

#pass img {
    display: block;
    width: 106px;
    height: 106px;
}

#pBar {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.pBar_bj {
    width: 100%;
    height: 6px;
    background: #686868;
    border-radius: 3px;
    margin-top: 7px;
    position: relative;
}

#buff {
    height: 6px;
    border-radius: 3px 0 0 3px;
    background: #959595;
    position: absolute;
    top: 0;
    left: 0;
}

#pBar_move {
    height: 6px;
    border-radius: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#pBtn {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    top: -7px;
    right: -20px;
    cursor: pointer;
}

.trol_list {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 41px;
    overflow: hidden;
}

.list_1 {
    float: left;
    height: 24px;
    overflow: hidden;
}

.voice {
    float: left;
    height: 24px;
    overflow: hidden;
    margin-left: 51px;
}

.voice i {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.list_1 i {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

#ztbf {
    margin-left: 30px;
    margin-right: 30px;
}

.voicep {
    width: 154px;
    height: 24px;
    float: left;
    overflow: hidden;
    position: relative;
}

#vBar {
    width: 154px;
    height: 6px;
    background: #686868;
    border-radius: 3px;
    margin-top: 9px;
    position: relative;
}

#vBar_in {
    width: 60px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

#vBtn {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 60px;
}

.vtime {
    float: left;
    margin-left: 51px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #939393
}

.vtime font {
    color: #fff;
}

.vtime em {
    font-style: normal;
}

#qp {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.video_rs_t {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #252525;
    position: relative;
    line-height: 65px;
    font-size: 12px;
    color: #4d4d4d;
    text-align: center;
}

.video_rs_t span {
    float: left;
    font-size: 16px;
    margin-left: 25px;
    color: #fff;
}

.btnadd {
    float: right;
    font-size: 16px;
    margin-right: 27px;
    color: #fff;
}

.video_rs_b {
    width: 100%;
    height: 503px;
    overflow: auto;
    overflow-X: hidden;
}

.one_tb {
    width: 100%;
    height: 96px;
    overflow: hidden;
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.one_tb:hover {
    background: #212121;
}

.one_tb_l {
    width: 52px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 12px;
    float: left;
    overflow: hidden;
}

.one_tb_c {
    width: 88px;
    height: 44px;
    color: #fff;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-top: 26px;
    position: relative;
}

.one_tb_c img {
    width: 88px;
    height: 44px;
    float: left;
}

.one_tb_c b {
    display: block;
    width: 14px;
    height: 16px;
    position: absolute;
    background: url(http://www.china71.com/static/default/web/media/xd.png) no-repeat center;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -8px;
    display: none;
}

.one_tb.on .one_tb_c b {
    display: block;
}

.one_tb_r {
    width: 236px;
    height: 44px;
    float: left;
    overflow: hidden;
    margin-top: 26px;
    margin-left: 22px
}

.one_tb_r h3 {
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_tb_r p {
    font-size: 12px;
    color: #4c4c4c;
    margin-top: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

* {
    box-sizing: border-box;
}

.w1280 {
    min-width: 0;
    box-sizing: content-box;
}

body,html {
    min-width: 0;
}

.body-wrap {
    width: 100%;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.body-wrap.left,header.left .header-main {
    transform: translateX(-66%);
}

.solution-banner {
    height: 550px;
    position: relative;
    overflow: hidden;
}

.solution-banner-img {
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.solution-banner-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solution-banner-con .w1280 {
    height: 100%;
    position: relative;
    padding: 190px 0 0 57px;
}

.solution-pa {
    padding: 100px 0;
    overflow: hidden;
}

.solution-pa-teshu {
    padding: 20px 0px 30px 0px;
    overflow: hidden;
}

.solution-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 80px;
}

.solution-title .tit {
    font-size: 36px;
}

.solution-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 30px;
}

.solution-title .text span {
    display: block;
}

.solution-mode-box {
    margin: 0px -17px;
}

.solution-mode-con {
    float: left;
    width: 20%;
    padding: 0px 17px;
    text-align: center;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.solution-mode-txt {
    background: #ffffff;
    box-shadow: 5px 5px 20px 0 rgba(237,237,248,0.5);
    padding: 73px 0 0 0;
    height: 350px;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.solution-mode-txt .tit {
    font-size: 36px;
    line-height: 30px;
    position: absolute;
    width: 100%;
    bottom: 190px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.solution-mode-txt .tit1 {
    font-size: 24px;
}

.solution-mode-txt .text {
    margin: 47px 0 15px 0;
    color: #868fa4;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 15px;
}

.solution-mode-txt:hover {
    box-shadow: 10px 10px 50px 0 rgb(237,237,248);
}

.solution-mode-txt:hover .tit {
    color: #1295e8;
}

.solution-mode-box1 {
    display: none;
}

.solution-mode-box1 .solution-mode-con {
    width: 100%;
    float: none;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.solution-business {
    background: url("http://www.china71.com/static/default/web/img/shop/s2_bg.png") no-repeat center;
    background-size: cover;
}

.solution-business-box {
    padding: 110px 124px;
    position: relative;
}

.solution-business-con {
    padding-left: 470px;
}

.solution-business .solution-title {
    text-align: left;
    margin-bottom: 80px;
    color: #fff;
}

.solution-business .solution-title .text {
    color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.solution-business-text {
    color: #ffffff;
    display: none;
}

.solution-business-text .tit {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
}

.solution-business-text .text {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.solution-business-text .more {
    width: 150px;
    line-height: 36px;
    border: 1px solid rgba(214,214,214,0.5);
    text-align: center;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}

.solution-business-text .img img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.solution-business-line {
    margin-bottom: 40px;
}

.solution-business-line .line {
    background: #D6D6D6;
    height: 1px;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    margin-top: 50px;
}

.solution-business-left {
    position: absolute;
    top: 0;
    left: 125px;
    height: 100%;
    width: 300px;
    background: url("http://www.china71.com/static/default/web/img/shop/s2_bg1.png") no-repeat center;
    background-size: cover;
    padding-top: 280px;
    z-index: 222;
}

.solution-business-left div {
    cursor: pointer;
    line-height: 80px;
    padding-left: 35px;
    position: relative;
    color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    font-size: 18px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.solution-business-scol {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.solution-business-left div.on {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.solution-business-left div span {
    position: relative;
    z-index: 1;
}

.solution-business-left div::after,.solution-business-left div::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    content: '';
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.solution-business-left div::after {
    width: 5px;
    background: #1363ef;
}

.solution-business-left div.on::before {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.solution-business-left div.on::after {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (max-width: 768px) {
    .i-warp h2 {
        height:auto;
    }

    .alert-contact-box {
        visibility: hidden;
        z-index: -10;
    }

    footer .w1280 {
        min-width: 0;
        padding: 0 20px;
    }

    .footer-top {
        padding: 0 0 20px;
    }

    .footer-top .link {
        float: none;
    }

    .footer-top .phone {
        float: none;
    }

    .footer-bot {
        padding: 10px 0 0;
    }
}

.new-float li a,.new-float li p {
    box-sizing: content-box;
}

.wechat_banner {
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wechat_banner .posr {
    position: relative;
    height: 100%;
}

.wechat_banner img {
    max-width: 100%;
}

.wechat_banner .posr dl {
    width: 560px;
    position: absolute;
    top: 180px;
    color: #fff;
}

.wechat_banner .posr dl dt {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
}

.wechat_banner .posr dl dd {
    font-size: 16px;
    line-height: 28px;
}

.wechat_banner .wrap_2 dl,.wechat_banner .wrap_4 dl {
    color: #fff;
}

.wechat_banner .wrap_3 dl {
    color: #fff;
}

.wechat_banner .posr .wechat_img {
    position: absolute;
}

.auto {
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom:1;}

.miniApps_solution_list {
    padding: 0 5% 32px;
}

.miniApps_solution_list li {
    float: left;
    width: 18%;
    margin: 0 1% 18px;
    text-align: center;
    position: relative;
}

.miniApps_solution_list .li_c {
    border: 1px solid #ededed;
    padding: 25px 0 20px;
}

.miniApps_solution_list i {
    font-size: 50px;
    color: #fb7401;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#fab13b),to(#fb7401));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.miniApps_solution_list .title {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.miniApps_solution_list li:hover {
    box-shadow: 0 3px 5px #ddd;
    top: -3px;
}

.qing {
    display: block;
    clear: both;
    overflow: hidden;
}

.lxbt {
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #000;
}

.con {
    display: block;
    float: left;
    width: 45%;
    padding-left: 15%;
    height: 400px;
    padding-top: 55px;
    position: relative;
    background-image: linear-gradient(-160deg,#f9b732 20%,#f36100 80%);
}

.map {
    display: block;
    margin-left: 45%;
    position: relative;
}

.map .topc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: rgba(151,75,0,0.2)
}

.con1 {
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #fbc257;
    padding-bottom: 23px;
}

.con2 {
    padding-top: 23px;
    line-height: 46px;
    font-size: 14px;
    color: #FFF;
    overflow: hidden;
}

.add {
    position: relative;
    overflow: hidden;
}

.add1 {
    float: left;
    width: 20px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.add2 {
    position: relative;
    margin-left: 30px;
}

.add1_1 {
    position: relative;
    display: block;
    top: 8px;
}

.add1_2 {
    position: absolute;
    display: block;
    top: 48px;
}

.add1_1,.add1_2 {
    -webkit-transition: all 0.4s cubic-bezier(1,.57,.48,1.4);
    -moz-transition: all 0.4s cubic-bezier(1,.57,.48,1.4);
    -o-transition: all 0.4s cubic-bezier(1,.57,.48,1.4);
    transition: all 0.4s cubic-bezier(1,.57,.48,1.4);
}

.add:hover .add1_1 {
    top: -48px;
}

.add:hover .add1_2 {
    top: 8px;
}

.sao_ewm {
    display: block;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #FFF;
    position: relative;
    margin-top: 20px;
    left: 0;
}

.float-right-box {
    width: 60%;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -127px;
    background-color: #191919;
    z-index: 1000;
    transition: width 0.3s ease 0s;
}

.float-right-box.on {
    width: 50px;
}

.float-right-box .top-list {
    width: 100%;
}

.float-right-box .top-list ul {
    width: 100%;
}

.float-right-box .top-list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #3b3b3b;
    transition: background 0.3s ease 0s;
    height: 50px;
}

.float-right-box .top-list a {
    display: block;
    width: 100%;
}

.float-right-box .top-list .ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease 0s;
    z-index: 2;
}

.float-right-box .top-list .ico1 {
    background: url(http://www.china71.com/skin/ico_58.png) no-repeat center #191919;
}

.float-right-box .top-list .ico2 {
    background: url(http://www.china71.com/skin/ico_59.png) no-repeat center #191919;
}

.float-right-box .top-list .ico3 {
    background: url(http://www.china71.com/skin/ico_60.png) no-repeat center #191919;
}

.float-right-box .top-list .ico4 {
    background: url(http://www.china71.com/skin/ico_61.png) no-repeat center #191919;
}

.float-right-box .top-list .ico5 {
    background: url(http://www.china71.com/skin/ico_62.png) no-repeat center #191919;
}

.float-right-box .top-list .ico6 {
    background: url(http://www.china71.com/skin/ico_68.png) no-repeat center #191919;
}

.float-right-box .top-list .ico7 {
    background: url(http://www.china71.com/skin/ico_69.png) no-repeat center #191919;
}

.float-right-box .top-list .stt {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    transition: color 0.3s ease 0s;
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    width: 222px;
}

.float-right-box .top-list li:hover .stt {
    color: #15191e;
}

.float-right-box .top-list li:hover .ico1 {
    background: url(http://www.china71.com/skin/ico_58_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico2 {
    background: url(http://www.china71.com/skin/ico_59_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico3 {
    background: url(http://www.china71.com/skin/ico_60_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico4 {
    background: url(http://www.china71.com/skin/ico_61_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico5 {
    background: url(http://www.china71.com/skin/ico_62_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico6 {
    background: url(http://www.china71.com/skin/ico_68_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico7 {
    background: url(http://www.china71.com/skin/ico_69_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover {
    background-color: #fff;
}

.float-right-box .top-list .return-webtop .stt {
    font-family: "Arial";
    font-weight: bold;
}

.float-right-box .bot-share {
    position: relative;
    height: 50px;
}

.float-right-box .bot-share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    transition: background 0.3s ease 0s;
    margin: 0;
    padding: 0;
}

.float-right-box .bot-share .share {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.float-right-box .bot-share .sina {
    background: url(http://www.china71.com/skin/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
    background: url(http://www.china71.com/skin/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .tx {
    background: url(http://www.china71.com/skin/ico_65.png) no-repeat center;
}

.float-right-box .bot-share .more {
    background: url(http://www.china71.com/skin/ico_66.png) no-repeat center;
}

.float-right-box .bot-share a:hover {
    background-color: #525354;
}

.float-right-box .bot-share .share-ico {
    background: url(http://www.china71.com/skin/ico_67.png) no-repeat center #191919;
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.zw-fsize {
    font-size: 16px;
}

@media (max-width: 1440px) {
    .top_title h1 {
        font-size:18px;
    }

    .xiuzhenggaodu {
        margin-top: -170px;
    }

    .ivideo_banner,.ivideo_banner li {
        height: 450px;
        position: relative;
        overflow: hidden;
    }

    .ivideo_banner .cover .text1 {
        font-size: 28px;
    }

    .ivideo_banner .cover .text2 {
        font-size: 15px;
        margin-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .zs .info .tit222 {
        font-size: 26px;
    }

    .zs .info .con222 {
        font-size: 14px;
        padding: 0 10%;
        margin-bottom: 15px;
    }

    .i_hd .title {
        font-size: 26px;
    }

    .inews .box {
        padding: 10px 10% 20px;
    }

    .brand_tit ._tit {
        font-size: 36px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 25px;
    }

    .brand_tit ._sub {
        font-size: 16px;
        font-weight: normal;
    }

    .brand_tit ._txt {
        font-size: 14px;
        margin-top: 16px;
    }

    .ydhl_sec2 ._t {
        font-size: 30px;
    }

    .yxwz_sec1 ._t {
        font-size: 30px;
    }
}

.tsgao {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.tsgaob {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .tsgao {
        width:100%;
        height: 60px;
        overflow: hidden;
    }
}

@media (max-width: 1201px) {
    .wechat_banner {
        height:440px;
    }

    .wechat_banner .posr dl {
        width: 500px;
        top: 120px;
    }

    .wechat_banner .posr dl dt {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .wechat_banner .posr dl dd {
        font-size: 16px;
        line-height: 28px;
    }

    .wechat_banner .wrap_2 dl,.wechat_banner .wrap_4 dl {
        color: #fff;
        margin-right: 50px;
    }

    .wechat_banner .wrap_3 dl,.wechat_banner .wrap_1 dl {
        color: #fff;
        margin-left: 50px;
    }

    .wechat_banner .posr .wechat_img img {
        max-width: 380px;
    }

    .xyswz_sec2 .p1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .xyswz_sec2 .p2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tsgao {
        width: 100%;
        height: 30px;
        overflow: hidden;
    }
}

.pt60teshu {
    padding-top: 60px;
}

#messageBoardContainer {
    position: absolute;
    overflow: hidden;
    z-index: 99999999;
}

#messageBoard {
    position: absolute;
}

#messageBoard .content {
    width: 321px;
    height: 96px;
    background: url(http://www.china71.com/static/default/web/Images/qq_2.png) left bottom no-repeat;
}

#messageBoard .cose {
    width: 39px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 39px;
    background: url(http://www.china71.com/static/default/web/Images/g.png) no-repeat;
    display: block;
}

#quirkyPopupShowBtn {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 48px;
    height: 100px;
    display: none
}

.quirkyPopupShowBtn {
    position: fixed;
    top: 50%;
    right: 0px;
}
